diff options
author | John Westcott IV <32551173+john-westcott-iv@users.noreply.github.com> | 2022-01-10 22:52:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 22:52:44 +0100 |
commit | c92468062da13f8b6a6773a80c20c9e71a61cf65 (patch) | |
tree | e896323b9b7f1260a2d3a4d86c07942ebf183990 /.gitignore | |
parent | Merge pull request #11515 from fosterseth/revert_debug_level (diff) | |
download | awx-c92468062da13f8b6a6773a80c20c9e71a61cf65.tar.xz awx-c92468062da13f8b6a6773a80c20c9e71a61cf65.zip |
SAML user attribute flags issue #5303 (PR #11430)
* Adding SAML option in SAML configuration to specify system auditor and system superusers by role or attribute
* Adding keycloak container and documentation on how to start keycloak alongside AWX (including configuration of both)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8a1ae8023b..79d65e0654 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ tools/docker-compose/_build tools/docker-compose/_sources tools/docker-compose/overrides/ tools/docker-compose-minikube/_sources +tools/docker-compose/keycloak.awx.realm.json # Tower setup playbook testing setup/test/roles/postgresql |