Skip to content

Commit

Permalink
Revert "engine: Disable usage of keycloak (#120)"
Browse files Browse the repository at this point in the history
This reverts commit eee6584.
  • Loading branch information
arso committed Apr 22, 2022
1 parent 3f288ed commit a73816f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ost_utils/pytest/fixtures/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ def engine_webadmin_url(engine_fqdn):

@pytest.fixture(scope="session")
def keycloak_enabled(ost_images_distro, suite):
# turn back on when engine starts using keycloak
return False
# internally bundled Keycloak authentication is by default (via engine-setup) enabled only for upstream (el8stream)
# downstream (rhel) still depends on legacy AAA. Keycloak authentication can still be enabled manually
return ost_images_distro != 'rhel8' and suite != 'he-basic-suite-master'


@pytest.fixture(scope="session")
Expand Down

0 comments on commit a73816f

Please sign in to comment.