UNCLASSIFIED - NO CUI

Skip to content

keycloak: import the baby-yoda test realm via an initcontainer instead of inlining in test-values.

Motivation

In order to enable SSO testing with Big Bang's test values, the entire test baby-yoda realm JSON must be inlined in BB's test-values. It should be possible to instead store this realm in repo1 and deploy a keycloak init-container that downloads the realm and places it in a shared directory.

Acceptance Criteria

  • The baby-yoda.json realm file must be available to keycloak without the need for inlining it in test-values
Edited by Zach Callahan