diff options
author | Stefanie Forrester <dak1n1@users.noreply.github.com> | 2016-01-28 13:58:55 -0800 |
---|---|---|
committer | Stefanie Forrester <dak1n1@users.noreply.github.com> | 2016-01-28 13:58:55 -0800 |
commit | 0658eea31bcf7db761463a9d734b07b4a5984e0f (patch) | |
tree | 5520fef4e7c156261c40050ae1fd86aeae918b59 /playbooks/adhoc | |
parent | d92f00d2b00f53ccdf1905afc2d279d041a2331d (diff) | |
parent | 97f0ae71d47b1572d9dc905c2f55410f23d4d4ca (diff) | |
download | openshift-0658eea31bcf7db761463a9d734b07b4a5984e0f.tar.gz openshift-0658eea31bcf7db761463a9d734b07b4a5984e0f.tar.bz2 openshift-0658eea31bcf7db761463a9d734b07b4a5984e0f.tar.xz openshift-0658eea31bcf7db761463a9d734b07b4a5984e0f.zip |
Merge pull request #1264 from gaelL/s3_registry_template
adhoc s3 registry - add auth part in the registry config sample
Diffstat (limited to 'playbooks/adhoc')
-rw-r--r-- | playbooks/adhoc/s3_registry/s3_registry.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/adhoc/s3_registry/s3_registry.j2 b/playbooks/adhoc/s3_registry/s3_registry.j2 index 2972cc3aa..10454ad11 100644 --- a/playbooks/adhoc/s3_registry/s3_registry.j2 +++ b/playbooks/adhoc/s3_registry/s3_registry.j2 @@ -15,6 +15,9 @@ storage: secure: true v4auth: true rootdirectory: /registry +auth: + openshift: + realm: openshift middleware: repository: - name: openshift |