Skip to content

Commit 9de944d

Browse files
authored
Merge pull request #141 from Gaucho-Racing/austeyen/jiffy-foundry-config
fix(foundry): update Jiffy Sentinel client and drop Discord secrets
2 parents 27652f4 + fd4de38 commit 9de944d

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

kubernetes/gr-foundry/manifests/jiffy/api.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ spec:
4545
value: PROD
4646
- name: PORT
4747
value: "8080"
48-
- name: PREFIX
49-
value: "!"
5048
- name: DATABASE_HOST
5149
value: postgres.jiffy.svc.cluster.local
5250
- name: DATABASE_PORT
@@ -60,13 +58,9 @@ spec:
6058
- name: SENTINEL_JWKS_URL
6159
value: https://sso.gauchoracing.com/.well-known/jwks.json
6260
- name: SENTINEL_CLIENT_ID
63-
value: MxgxnQFxKTNH
61+
value: N5xdntUMdRfD
6462
- name: SENTINEL_REDIRECT_URI
6563
value: https://jiffy.gauchoracing.com/auth/login
66-
- name: DISCORD_GUILD
67-
value: "756738476887638107"
68-
- name: DISCORD_LOG_CHANNEL
69-
value: "1215431405211885669"
7064
- name: S3_REGION
7165
value: us-west-2
7266
- name: S3_BUCKET

kubernetes/gr-foundry/manifests/jiffy/vaultsecretsync.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ spec:
1616
DATABASE_PASSWORD: gr-postgres.database_password
1717
SENTINEL_CLIENT_SECRET: jiffy-prod.sentinel_client_secret
1818
SENTINEL_TOKEN: jiffy-prod.sentinel_token
19-
DISCORD_TOKEN: jiffy-prod.discord_token
2019
S3_ACCESS_KEY: jiffy-prod.s3_access_key
2120
S3_SECRET_KEY: jiffy-prod.s3_secret_key
2221
DRIVE_SERVICE_ACCOUNT: jiffy-prod.drive_service_account

0 commit comments

Comments
 (0)