| commit | 360027290f0c9cccfc38467ba89c11f3614b46e8 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Mon Apr 23 15:28:34 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Mon Apr 23 15:28:34 2018 -0400 |
| tree | 4937c323887d45cfd2684097a04cca8c53962033 | |
| parent | 87ecb29f374d0b505447cba808efe9f167503638 [diff] |
Updated LICENSE file
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