mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
412 B
412 B
CSRF Cookie Secure Setting
With csrf_cookie_secure, you can pass the value for CSRF_COOKIE_SECURE to /etc/tower/settings.py
| Name | Description | Default |
|---|---|---|
| csrf_cookie_secure | CSRF Cookie Secure | '' |
Example configuration of the csrf_cookie_secure setting:
spec:
csrf_cookie_secure: 'False'