From 169b6595dafd8d25c96047c2c2a93592c36d1711 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Mon, 11 Mar 2019 12:21:24 -0400 Subject: [PATCH] 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 --- playbooks/live-demo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/live-demo.yaml b/playbooks/live-demo.yaml index af3ab5f..19c3575 100644 --- a/playbooks/live-demo.yaml +++ b/playbooks/live-demo.yaml @@ -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