mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
15 lines
412 B
Markdown
15 lines
412 B
Markdown
#### 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:
|
|
|
|
```yaml
|
|
spec:
|
|
csrf_cookie_secure: 'False'
|
|
```
|