diff --git a/support/docker/README.md b/support/docker/README.md new file mode 100644 index 0000000..272682b --- /dev/null +++ b/support/docker/README.md @@ -0,0 +1,60 @@ +# Using this Ansible role from Docker + +You can use this Ansible role as a container image and provision an API in +3scale very quickly. + +You would first need to provision your 3scale Admin Portal hostname, access token +and optionally the Red Hat SSO Issuer Endpoint in the same format as a Kubernetes +secret: + +```sh +mkdir -p /tmp/secrets +cat > /tmp/secrets/hostname < /tmp/secrets/access_token < /tmp/secrets/sso_issuer_endpoint <