Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Keycloak tray tests #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add Keycloak tray tests #16

wants to merge 2 commits into from

Conversation

jmaupetit
Copy link
Contributor

Purpose

Now that Arnold apps CI supports automated testing for tray routes, we need to improve Keycloak app testing.

Proposal

  • switch to the legacy docker image
  • add tests for the application

Recent Keycloak 17.0.0 release completely refactored the configuration
files and environmnent variable names. While waiting to switch to this
new pattern, we can temporarily use the `legacy` image.
Now that the CI supports tray tests, use them!
@@ -13,7 +13,8 @@ keycloak_database_secret_name: "keycloak-database-{{ keycloak_vault_checksum | d

# -- keycloak
keycloak_image_name: "quay.io/keycloak/keycloak"
keycloak_image_tag: "latest"
# FIXME
Copy link
Contributor

@quitterie-lcs quitterie-lcs Mar 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it a FIXME because with the latest version, the tray is broken ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants