Skip to content

Commit

Permalink
Hide Aes Key
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Feb 18, 2024
1 parent 7072b6f commit 0dc4c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dc4c96

Please sign in to comment.