updated sso
4 files changed
tree: cc0ec6975ced2d854bb916a2d8a3bc61602a4c0f
  1. defaults/
  2. handlers/
  3. meta/
  4. tasks/
  5. templates/
  6. tests/
  7. vars/
  8. .gitignore
  9. CONTRIBUTION.md
  10. LICENSE
  11. README.md
README.md

Apigee OPDK Setup Edge SSO

This role will setup the SSO component of the Apigee Edge platform. This is used to interface with an on premise IDP.

Requirements

This role requires elevated privilege to install OpenSSL.

Role Variables

Variable NameDescription
edge_sso_installation_config_filenameedge-sso-installer-config.conf
edge_sso_installation_config_file“{{ opdk_installer_path }}/{{ edge_sso_installation_config_filename }}”
verification_private_keyprivate_key.pem
signing_public_keypublic_key.pem
saml_private_server_keyserver.key
saml_private_encryption_typeaes256
saml_private_key_size1024
saml_self_key_size2048
saml_cert_signing_requestserver.csr
saml_cert_self_signedserver.crt
saml_cert_encryption_typesha256
saml_cert_expiry_days365
saml_cert_subject“/C=US/O=google/OU=apigee/CN=apigee.com”

Dependencies

None

Example Playbook

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 }

License

Apache 2.0

Author Information

Carlos Frias

Not Google Product Clause

This is not an officially supported Google product.

How to Contribute

We'd love to accept your patches and contributions to this project. Please review our guidelines.