From 15e4a0a917e5c49eb5d36caf1a6c8267ea28ca62 Mon Sep 17 00:00:00 2001 From: Justin Field Date: Tue, 31 Jan 2017 10:34:13 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 558dc83b7..d3c003ca4 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ root.user.arn | Yes | The arn for the root AWS user, needed to mak admin.role.arn | Yes | The arn for an AWS user, needed to make the KMS keys deletable. cms.role.arn | Yes | The arn for the Instance profile for CMS instances, so they can admin KMS keys that they create. cms.admin.group | Yes | Group that user can be identified by to get admin privileges, currently this just enables users to access `/v1/metadata` see API.md +cms.admin.roles | No | Comma seperated list of ARNs that can auth and access admin endpoints. cms.auth.connector | Yes | The user authentication connector implementation to use for user auth. cms.user.token.ttl.override | No | By default user tokens are created with a TTL of 1h, you can override that with this param cms.iam.token.ttl.override | No | By default IAM tokens are created with a TTL of 1h, you can override that with this param