diff --git a/envoy.yaml b/envoy.yaml index bcae2102..1c613268 100644 --- a/envoy.yaml +++ b/envoy.yaml @@ -46,7 +46,7 @@ static_resources: cookie_name: "oidcSession" cookie_duration: 86400 # in seconds token_validation: true # or false - aes_key: "WnIU7c7OJp90eRobUfz9G18VH8JbdNdwbEyBAr+85xo=" # generate with `openssl rand -base64 32` + aes_key: "i-am-a-forty-four-characters-long-string-key" # generate with `openssl rand -base64 32` authority: "accounts.google.com" # FQDN of the OIDC provider redirect_uri: "http://localhost:10000/oidc/callback" # redirect uri that is registered with the OIDC provider diff --git a/k8s/configmap.yml b/k8s/configmap.yml index 56da8170..748adb1b 100644 --- a/k8s/configmap.yml +++ b/k8s/configmap.yml @@ -57,7 +57,7 @@ data: cookie_name: "oidcSession" cookie_duration: 86400 # in seconds token_validation: true # or false - aes_key: "WnIU7c7OJp90eRobUfz9G18VH8JbdNdwbEyBAr+85xo=" # generate with `openssl rand -base64 32` + aes_key: "i-am-a-forty-four-characters-long-string-key" # generate with `openssl rand -base64 32` authority: "accounts.google.com" # FQDN of the OIDC provider redirect_uri: "http://localhost:10000/oidc/callback" # redirect uri that is registered with the OIDC provider