commit | 797c62f3ec0bfd1f08f62ca43a9e73008fce1e7b | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Wed Apr 11 15:04:15 2018 -0400 |
committer | Carlos Frias <friasc@google.com> | Wed Apr 11 15:04:15 2018 -0400 |
tree | f087ee4d45f7ec9d8fede2fc6b80c314849cb14a | |
parent | f98f0827f3d85d935b793c28e9285ae93db1396b [diff] |
updated sso
This role will setup the SSO component of the Apigee Edge platform. This is used to interface with an on premise IDP.
None
edge_sso_installation_config_filename: edge-sso-installer-config.conf edge_sso_installation_config_file: “{{ opdk_installer_path }}/{{ edge_sso_installation_config_filename }}”
verification_private_key: private_key.pem signing_public_key: public_key.pem
saml_private_server_key: server.key saml_private_encryption_type: aes256 saml_private_key_size: 1024
saml_self_key_size: 2048 saml_cert_signing_request: server.csr saml_cert_self_signed: server.crt saml_cert_encryption_type: sha256 saml_cert_expiry_days: 365 saml_cert_subject: “/C=US/O=google/OU=apigee/CN=apigee.com”
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
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-sso }
Apache 2.0
Carlos Frias
This is not an officially supported Google product.
We'd love to accept your patches and contributions to this project. Please review our guidelines.