We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae593ef commit 5e37379Copy full SHA for 5e37379
modules/keycloak/testcontainers/keycloak/__init__.py
@@ -24,6 +24,7 @@
24
ADMIN_USERNAME_ENVIRONMENT_VARIABLE = "KC_BOOTSTRAP_ADMIN_USERNAME"
25
ADMIN_PASSWORD_ENVIRONMENT_VARIABLE = "KC_BOOTSTRAP_ADMIN_PASSWORD"
26
27
+
28
class KeycloakContainer(DockerContainer):
29
has_realm_imports = False
30
0 commit comments