| commit | 87ecb29f374d0b505447cba808efe9f167503638 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Apr 12 17:15:06 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Thu Apr 12 17:15:06 2018 -0400 |
| tree | 088d4f75d6027feacfab323ac7e768206a1f7a0d | |
| parent | 9fd00ba76f3fc92f7ed1de1efb347249f3279490 [diff] |
updated sso
This role will integrate Edge UI with SAML using the Edge SSO component of the Apigee Edge platform.
None.
| Variable Name | Description |
|---|---|
| edgeui_response_file_name | edge-ui-sample-response.conf |
| edgeui_response_file_path | “{{ opdk_installer_path }}/{{ edgeui_response_file_name }}” |
| edgeui_public_uris | http://{{ local_mgmt_ip }}:9000 |
| edgeui_sso_enabled | y |
| sso_public_url_port | 9099 |
| sso_public_url_scheme | http |
| sso_admin_name | ssoadmin |
| sso_admin_secret | Apigee123! |
| edgeui_sso_client_name | edgeui |
| edgeui_sso_client_secret | Apigee123! |
| edgeui_sso_client_overwrite | y |
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: apigee-opdk-setup-edge-saml-config }
Apache 2.0
Carlos Frias