You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <aws_region> of Secret ARN has to match the cluster region. If it doesn't match, you could create a replication of your secret in the region where your cluster is on. Run the below command to find your cluster region.
275
+
```
276
+
oc get infrastructure cluster -o jsonpath='{.status.platformStatus.aws.region}'
277
+
```
278
+
*Example output*
279
+
```
280
+
us-east-2
281
+
```
282
+
272
283
c. Retrieve the OIDC provider by running the following command:
273
284
```
274
285
oc get --raw=/.well-known/openid-configuration | jq -r '.issuer'
0 commit comments