UNCLASSIFIED - NO CUI

Skip to content

Resolve "Create keycloak SSO user for SSO testing"

razzle requested to merge 1086-create-keycloak-sso-user-for-sso-testing into master

Change the below in tests/test-values.yaml to baby-yoda-ci.json. This new realm config has MFA + email verification disabled for CI testing purposes. A post-install hook in Keycloak's chart/templates/bigbang/create-ci-cypress-user-hook.yaml leverages Keycloak's REST API and creates a Cypress user for E2E testing.

addons:
  keycloak:
  # ...
    realm.json: '{{ .Files.Get "resources/dev/baby-yoda.json" }}'

For Issue

https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/1086

Edited by razzle

Merge request reports