mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
Add support for Keystone federation Protocols Depends-On: https://review.opendev.org/714431 Depends-On: https://review.opendev.org/713461 Change-Id: I6dff6cebe72106e601834976e369e08583391c55
36 lines
708 B
YAML
36 lines
708 B
YAML
protocol_name: 'test-protocol'
|
|
protocol_name_2: 'test-protocol-2'
|
|
|
|
# Minimal IDP definition
|
|
idp_name: 'test-idp'
|
|
idp_remote_ids:
|
|
- 'https://auth.example.com/auth/realms/ExampleRealm'
|
|
|
|
# Minimal Domain definition
|
|
domain_name: 'test-domain'
|
|
|
|
# Minimal Mapping definition
|
|
mapping_name_1: 'ansible-test-mapping-1'
|
|
mapping_name_2: 'ansible-test-mapping-2'
|
|
mapping_rules_1:
|
|
- local:
|
|
- group:
|
|
domain:
|
|
name: example_domain
|
|
name: example-group
|
|
remote:
|
|
- type: HTTP_OIDC_GROUPS
|
|
any_one_of:
|
|
- group1
|
|
- group2
|
|
mapping_rules_2:
|
|
- local:
|
|
- group:
|
|
domain:
|
|
name: example_domain
|
|
name: example_group
|
|
remote:
|
|
- type: HTTP_OIDC_GROUPS
|
|
any_one_of:
|
|
- group1
|