mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-06 02:33:11 +00:00
445 B
445 B
Session Cookie Secure Setting
With session_cookie_secure, you can pass the value for SESSION_COOKIE_SECURE to /etc/tower/settings.py
| Name | Description | Default |
|---|---|---|
| session_cookie_secure | Session Cookie Secure | '' |
Example configuration of the session_cookie_secure setting:
spec:
session_cookie_secure: 'False'