hybox / aws

AWS CloudFormation templates for the Hydra-in-a-Box application stack
Apache License 2.0
24 stars 13 forks source link

Add SETTINGS__MULTITENANCY__ADMIN_ONLY_TENANT_CREATION param to webapp #168

Closed bbranan closed 6 years ago

bbranan commented 6 years ago

As noted here: https://github.com/samvera-labs/hyku/wiki/Managing-who-can-create-new-tenants, this parameter is needed to enable open tenant creation. The default setting should be true (which restricts tenant creation to admins), but having this parameter in place will allow for it to be easily updated for demo stacks.

bbranan commented 6 years ago

Work completed by @mjgiarlo here: https://github.com/hybox/aws/pull/170