Manage Token Issuer Allow/Deny Lists
How the Lists Work
Example: Update INRUPT_JWT_ISSUER_ALLOW_LIST
cd ${HOME}/ess# kustomization.yaml in your ESS installation directory # ... Preceding content omitted for brevity # ... patches: - target: kind: Deployment name: ess-platform-management patch: | - op: add path: /spec/template/spec/containers/0/env/- value: name: INRUPT_JWT_ISSUER_ALLOW_LIST value: "https://login.example.com,https://accounts.google.com"
Example: Update INRUPT_JWT_ISSUER_DENY_LIST
Last updated