fix: update petimeter
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"userinfo_endpoint": "https://idp.oceanbox.io/dex/userinfo",
|
||||
"device_authorization_endpoint": "https://idp.oceanbox.io/dex/device/code",
|
||||
"clientId": "petimeter",
|
||||
"clientSecret": "kkrKo3mmmseMnorf9qw3eklefkoOKFNs",
|
||||
"clientSecret": ",
|
||||
"scopes": [
|
||||
"openid",
|
||||
"email",
|
||||
@@ -18,7 +18,7 @@
|
||||
"sso": {
|
||||
"cookieDomain": ".oceanbox.io",
|
||||
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
|
||||
"redis": "redis-master.redis.svc,user=default,password=ymL4dlOBvU",
|
||||
"redis": "redis-master.redis.svc,user=default,password=secret",
|
||||
"appDomain": "atlantis",
|
||||
"dataProtectionKeys": "DataProtection-Keys"
|
||||
},
|
||||
@@ -27,5 +27,5 @@
|
||||
"https://atlantis.srv.oceanbox.io"
|
||||
],
|
||||
"logService" : "https://seq.oceanbox.io",
|
||||
"logApiKey": "WmZplDeFoxIHpJQ5BiDk"
|
||||
"logApiKey": ""
|
||||
}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
OICD_CLIENT_SECRET=kkrKo3mmmseMnorf9qw3eklefkoOKFNs
|
||||
SEQ_APIKEY=WmZplDeFoxIHpJQ5BiDk
|
||||
@@ -1,11 +1,12 @@
|
||||
namePrefix: production-
|
||||
namespace: oceanbox
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
secretGenerator:
|
||||
- name: petimeter-appsettings
|
||||
files:
|
||||
- appsettings.json
|
||||
- name: prod-petimeter-appsettings
|
||||
files:
|
||||
- appsettings.json
|
||||
- name: prod-petimeter-env
|
||||
envs:
|
||||
- default.env
|
||||
patches:
|
||||
- target:
|
||||
group: apps
|
||||
@@ -14,4 +15,4 @@ patches:
|
||||
name: petimeter
|
||||
path: deployment_patch.yaml
|
||||
resources:
|
||||
- ../base
|
||||
- ../base
|
||||
|
||||
Reference in New Issue
Block a user