Skip to content

Commit

Permalink
[stable/2023.2] keystone: Add v3websso plugin's localhost URL to trus…
Browse files Browse the repository at this point in the history
…ted_dashboard [ATMOSPHERE-252] (#1419)

This is an automated cherry-pick of #1415
/assign mnaser
  • Loading branch information
vexxhost-bot authored Jun 21, 2024
1 parent 142dc92 commit 6f0fef5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion roles/keystone/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ _keystone_helm_values:
remote_id_attribute: HTTP_OIDC_ISS
federation:
# TODO(mnaser): Lookup using openstack_helm_endpoints
trusted_dashboard: "https://{{ openstack_helm_endpoints_horizon_api_host }}/auth/websso/"
trusted_dashboard:
type: multistring
values:
- "http://localhost:9990/auth/websso/"
- "https://{{ openstack_helm_endpoints_horizon_api_host }}/auth/websso/"
oslo_messaging_notifications:
driver: noop
wsgi_keystone: |
Expand Down

0 comments on commit 6f0fef5

Please sign in to comment.