mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
This patch update federation_idp_info to use proxy layer as well as add the ansible role to test the module Change-Id: I6b4544cca317f2d5fab4a9612b820872b87585f4
22 lines
531 B
YAML
22 lines
531 B
YAML
idp_name: 'test-idp'
|
|
idp_name_2: 'test-idp-2'
|
|
idp_description: 'My example IDP'
|
|
idp_description_2: 'My example Identity Provider'
|
|
|
|
domain_name: 'test-domain'
|
|
remote_ids_1:
|
|
- 'https://auth.example.com/auth/realms/ExampleRealm'
|
|
- 'https://auth.stage.example.com/auth/realms/ExampleRealm'
|
|
remote_ids_2:
|
|
- 'https://auth.example.com/auth/realms/ExampleRealm'
|
|
remote_ids_3:
|
|
- 'https://auth.stage.example.com/auth/realms/ExampleRealm'
|
|
|
|
idp_info_expected_fields:
|
|
- description
|
|
- domain_id
|
|
- id
|
|
- is_enabled
|
|
- name
|
|
- remote_ids
|