Skip to content

Commit

Permalink
Refactor to RHBK credentials secret location
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Zgabur <[email protected]>
  • Loading branch information
azgabur committed Oct 16, 2024
1 parent fff3377 commit 1edbc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(self, name, default, **kwargs) -> None:
& Validator("dns.dns_server2.geo_code", must_exist=True, ne=None)
),
DefaultValueValidator("keycloak.url", default=fetch_service_ip("keycloak", force_http=True, port=8080)),
DefaultValueValidator("keycloak.password", default=fetch_secret("credential-sso", "ADMIN_PASSWORD")),
DefaultValueValidator("keycloak.password", default=fetch_secret("keycloak-initial-admin", "password")),
DefaultValueValidator("mockserver.url", default=fetch_service_ip("mockserver", force_http=True, port=1080)),
],
validate_only=["authorino", "kuadrant", "default_exposer", "control_plane"],
Expand Down

0 comments on commit 1edbc58

Please sign in to comment.