Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions kustomize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ oc set env deployment/exploit-iq-client -n $YOUR_NAMESPACE_NAME \
QUARKUS_OIDC_AUTHENTICATION_REDIRECT_PATH=/ \
QUARKUS_SECURITY_JAXRS_DENY_UNANNOTATED_ENDPOINTS=false \
EXPLOITIQ_SECURITY_OIDC_SCOPE_ROLE_MAPPINGS='exploitiq-resource-server/exploitiq-api-access=exploitiq-api-access' \
EXPLOITIQ_SECURITY_PUBLIC_LOGOUT_PATHS=/logout,/api/v1/user/logged-out \
COGNITO_DOMAIN="${COGNITO_DOMAIN}"
```

Expand All @@ -757,6 +758,7 @@ oc set env deployment/exploit-iq-client -n $YOUR_NAMESPACE_NAME \
| `COGNITO_DOMAIN` | User Pool → **App integration** → **Domain** (must include `https://` prefix) |
| `UI_CLIENT_ID` | **UI App Client** → Client ID |
| `UI_CLIENT_SECRET` | **UI App Client** → Client secret |
| `EXPLOITIQ_SECURITY_PUBLIC_LOGOUT_PATHS` | Comma-separated list of public logout paths. For Cognito, must include `/logout,/api/v1/user/logged-out` |


#### Update Cognito Callback URL
Expand Down