Oauth Proxy Secret

oauth2-proxy:
  existingEnvSecretName: oauth2-proxy-common

Format

apiVersion: v1
kind: Secret
metadata:
  name: oauth2-proxy-common
  namespace: tc-core
type: Opaque                                                                                                                                                                                      
data:
  OAUTH2_PROXY_CLIENT_SECRET: XXX
  OAUTH2_PROXY_COOKIE_SECRET: XXX

[EARLY DRAFT RELEASE] Copyright 2020-2025 Telicent Limited. All rights reserved