Skip to content

Fix security leak and configuration errors in CI and oauth2-proxy setup#19

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/double-check-functionality
Draft

Fix security leak and configuration errors in CI and oauth2-proxy setup#19
Copilot wants to merge 2 commits into
mainfrom
copilot/double-check-functionality

Conversation

Copilot AI commented Feb 15, 2026

Copy link
Copy Markdown

Infrastructure review uncovered a credentials leak in CI logs and two configuration errors affecting oauth2-proxy routing.

Changes

  • .gitlab-ci.yml: Remove debug statements logging $GIT_CRYPT_KEY to CI output
  • applications/scope/oauth2-ingress.yaml: Fix service reference oauth2-proxy-bridgeoauth2-service-bridge
  • terragrunt/extensions/modules/keycloak/templates/oauth2_proxy_values.tpl: Remove duplicate kubernetes.io/ingress.class annotation

The service name mismatch would prevent ingress routing to oauth2-proxy. The duplicate annotation has no functional impact but violates clean configuration practices.

Original prompt

Can you doublecheck

This pull request was created from Copilot chat.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

- Remove debug echo statements exposing GIT_CRYPT_KEY
- Fix service name mismatch in oauth2-ingress.yaml
- Remove duplicate ingress class annotation

Co-authored-by: tiborpilz <915045+tiborpilz@users.noreply.github.com>
Copilot AI changed the title [WIP] Add functionality to double check inputs Fix security leak and configuration errors in CI and oauth2-proxy setup Feb 15, 2026
Copilot AI requested a review from tiborpilz February 15, 2026 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants