Require authentication for write requests on api.demo.recordsansible.org

The demo API should be read only for the time being.

Depends-On: https://review.openstack.org/642511
Change-Id: Ia550f30cd720437cfc86d373e9c6de7cffe6e753
This commit is contained in:
David Moreau Simard 2019-03-11 12:21:24 -04:00
parent a797094b61
commit 169b6595da
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
gather_facts: yes
vars:
# ara_api
ara_api_write_login_required: true
ara_api_fqdn: api.demo.recordsansible.org
ara_api_frontend_server: nginx
ara_api_frontend_vhost: api.demo.recordsansible.org.conf.j2