| commit | 558b0eb1eb0e458648c822110e041a62ebb24e35 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Apr 12 16:01:54 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Thu Apr 12 16:01:54 2018 -0400 |
| tree | 392a079d6d18504d9c9e33ad82b1649230423166 | |
| parent | d267a2fbb13350c408df1396290c62e71f560cb9 [diff] |
updated docs
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