From 7e26c3750ca21cde98da1f42a0482144dd08a080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 5 Mar 2019 15:45:37 +0100 Subject: [PATCH] improve docker support --- support/docker/README.md | 60 ++++++++++++++++++++++++++ support/docker/openshift-template.yaml | 55 +++++++++++++++++++++++ 2 files changed, 115 insertions(+) create mode 100644 support/docker/README.md 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 <