Skip to content

Commit 44eb768

Browse files
openshift-cherrypick-robot04kashthemr0c
authored
[release-1.3] RHIDP-3111 Replace references to deprecated backend.auth.keys config (#618)
Co-authored-by: Kashish Mittal <[email protected]> Co-authored-by: Fabrice Flore-Thébault <[email protected]>
1 parent 0c935fb commit 44eb768

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

modules/installation/proc-add-custom-app-config-file-ocp-operator.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ data:
3434
baseUrl: <{product-very-short}_URL> # <1>
3535
backend:
3636
auth:
37-
keys:
38-
- secret: "${BACKEND_SECRET}" # <2>
37+
externalAccess:
38+
- type: legacy
39+
options:
40+
subject: legacy-default-config
41+
secret: "${BACKEND_SECRET}" # <2>
3942
baseUrl: <{product-very-short}_URL> # <3>
4043
cors:
4144
origin: <{product-very-short}_URL> # <4>

modules/installation/proc-deploy-rhdh-instance-eks.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ data:
3333
baseUrl: https://<rhdh_dns_name>
3434
backend:
3535
auth:
36-
keys:
37-
- secret: "${BACKEND_SECRET}"
36+
externalAccess:
37+
- type: legacy
38+
options:
39+
subject: legacy-default-config
40+
secret: "${BACKEND_SECRET}"
3841
baseUrl: https://<rhdh_dns_name>
3942
cors:
4043
origin: https://<rhdh_dns_name>

modules/installation/proc-rhdh-deploy-aks-operator.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,11 @@ data:
103103
baseUrl: https://<app_address>
104104
backend:
105105
auth:
106-
keys:
107-
- secret: "${BACKEND_SECRET}"
106+
externalAccess:
107+
- type: legacy
108+
options:
109+
subject: legacy-default-config
110+
secret: "${BACKEND_SECRET}"
108111
baseUrl: https://<app_address>
109112
cors:
110113
origin: https://<app_address>

0 commit comments

Comments
 (0)