Skip to content

Commit

Permalink
engine: Disable usage of keycloak
Browse files Browse the repository at this point in the history
With [1] we've disabled keycloak integration for now.

[1] oVirt/ovirt-engine#273

Signed-off-by: Marcin Sobczyk <msobczyk@redhat.com>
  • Loading branch information
tinez committed Apr 14, 2022
1 parent 9a8c113 commit 676f93b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ost_utils/pytest/fixtures/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ def engine_webadmin_url(engine_fqdn):

@pytest.fixture(scope="session")
def keycloak_enabled(ost_images_distro, suite):
# 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'
# turn back on when engine starts using keycloak
return False


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

0 comments on commit 676f93b

Please sign in to comment.