File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ def type = "java"
16
16
def product = " rd"
17
17
def component = " judicial-api"
18
18
19
+ def appVault = " rd-aat"
19
20
def secrets = [
20
21
' s2s-${env}' : [
21
22
secret(' microservicekey-rd-judicial-api' , ' S2S_SECRET' )
@@ -25,6 +26,13 @@ def secrets = [
25
26
secret(' OAUTH2-CLIENT-AUTH' , ' OAUTH2_CLIENT_AUTH' ),
26
27
secret(' OAUTH2-CLIENT-ID' , ' OAUTH2_CLIENT_ID' ),
27
28
secret(' LD-SDK-KEY' , ' LD_SDK_KEY' )
29
+ ],
30
+ (appVault): [
31
+ secret(' judicial-api-POSTGRES-HOST' , ' DATABASE_HOST' ),
32
+ secret(' judicial-api-POSTGRES-PORT' , ' DATABASE_PORT' ),
33
+ secret(' judicial-api-POSTGRES-DATABASE' , ' DATABASE_NAME' ),
34
+ secret(' judicial-api-POSTGRES-USER' , ' DATABASE_USER' ),
35
+ secret(' judicial-api-POSTGRES-PASS' , ' DATABASE_PASS' )
28
36
]
29
37
]
30
38
You can’t perform that action at this time.
0 commit comments