Skip to content

Commit

Permalink
Test Keycloak setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jochen-kressin committed Sep 15, 2023
1 parent 5367762 commit b99d2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oidc-e2-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
cd opensearch-dashboards-${{ env.VERSION }}/config
echo "opensearch_security.openid.connect_url: \"http://localhost:8080/auth/realms/master/.well-known/openid-configuration\"" >> opensearch_dashboards.yml
echo "opensearch_security.openid.client_id: \"opensearch\"" >> opensearch_dashboards.yml
echo "opensearch_security.openid.client_secret: \""\"">> opensearch_dashboards.yml
echo "opensearch_security.openid.client_secret: \"\"" >> opensearch_dashboards.yml
echo "opensearch_security.auth.type: [\"openid\"]" >> opensearch_dashboards.yml
echo "opensearch_security.auth.multiple_auth_enabled: true" >> opensearch_dashboards.yml
echo "opensearch_security.ui.openid.login.buttonname: \"OIDC\"" >> opensearch_dashboards.yml
Expand Down

0 comments on commit b99d2f7

Please sign in to comment.