diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-15 12:37:37 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-15 12:37:37 -0600 |
| commit | 152ca573505fd89151d3cdf117c3f1bb3b05b9d9 (patch) | |
| tree | 8becf29c1c26fdcc2f5c21e6110a1f2db521e0a7 /bin | |
| parent | ca3fb0f032ab338a10379807d97e0d31c3afca35 (diff) | |
refactor: remove unused environment variables
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/envoy.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/envoy.sh b/bin/envoy.sh index 8690bd1..8fae7ec 100755 --- a/bin/envoy.sh +++ b/bin/envoy.sh @@ -17,12 +17,9 @@ if [ "$oidc_scheme" = "http" ]; then yaml=$(echo "$yaml" | sed -e "s/port_value: 443/port_value: $oidc_port/") fi -# I need an adult with access to vault to set this if [ -z "$OAUTH_CLIENT_SECRET" ]; then export OAUTH_CLIENT_SECRET="secret" fi - -# and this. if [ -z "$HMAC_SESSION_SECRET" ]; then export HMAC_SESSION_SECRET="$OAUTH_CLIENT_SECRET" fi |
