From b68aff972d081d44400ee77424e397842aaf8133 Mon Sep 17 00:00:00 2001 From: William Will <10997562+willwill96@users.noreply.github.com> Date: Fri, 8 Aug 2025 17:31:11 -0600 Subject: [PATCH] remove test file --- test.yaml | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 test.yaml diff --git a/test.yaml b/test.yaml deleted file mode 100644 index 01bfc31f..00000000 --- a/test.yaml +++ /dev/null @@ -1,39 +0,0 @@ -injectResponseHeaders: - - name: X-Auth-Request-User - values: - - claim: access_token -metricsServer: - BindAddress: ":5000" - SecureBindAddress: "" - TLS: null -providers: - - provider: keycloak-oidc - backendLogoutURL: /doesn't-matter - clientID: oauth2-proxy - clientSecret: oauth2-proxy - code_challenge_method: S256 - id: keycloak-oidc=oauth2-proxy - loginURLParameters: - - default: - - force - name: approval_prompt - oidcConfig: - audienceClaims: - - aud - emailClaim: email - extraAudiences: - - account - groupsClaim: groups - insecureSkipNonce: true - issuerURL: http://localhost:8080/realms/test - userIDClaim: email - -server: - BindAddress: ":4180" - SecureBindAddress: "" - TLS: null - -awsIam: - serviceName: elasticache - clusterName: test - userName: test