| commit | d267a2fbb13350c408df1396290c62e71f560cb9 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Apr 12 13:10:46 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Thu Apr 12 13:10:46 2018 -0400 |
| tree | 9c22771344531f2079b7e564b7085f402438e50d | |
| parent | d969c15211cdd0790fbe9c157487e3ef4c0a203d [diff] |
update for sso setup
diff --git a/tasks/main.yml b/tasks/main.yml index 3343144..e899e91 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -14,3 +14,6 @@ src: "{{ edgeui_response_filename }}" dest: "{{ edgeui_response_file_path }}" mode: 0644 + +- name: Configure SSO on Edge UI + shell: "/opt/apigee/apigee-service/bin/apigee-service edge-ui configure-sso -f {{ edgeui_response_file_path }}" \ No newline at end of file