Allow for only a [configurable] tag set

This commit is contained in:
Scott Schneider 2015-06-30 10:57:49 -07:00
parent 3aa8389749
commit 6523062b62
3 changed files with 27 additions and 0 deletions

View file

@ -156,6 +156,9 @@
# Same as vm_lifetime, but applied if a valid authentication token is
# included during the request.
#
# - allowed_tags
# If set, restricts tags to those specified in this array.
#
# - domain
# If set, returns a top-level 'domain' JSON key in POST requests
@ -169,6 +172,9 @@
vm_checktime: 15
vm_lifetime: 12
vm_lifetime_auth: 24
allowed_tags:
- 'created_by'
- 'project'
domain: 'company.com'
# :pools: