netbox: secure the cookie
USI says.
This commit is contained in:
parent
7a82e7ca63
commit
5667b755ca
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@
|
|||
line: " 'PASSWORD': '{{ password.db_pass }}', # PostgreSQL password"
|
||||
- key: '^PLUGINS = '
|
||||
line: "PLUGINS = ['netbox_topology_views']"
|
||||
- key: '^CSRF_COOKIE_SECURE = '
|
||||
line: "CSRF_COOKIE_SECURE = True"
|
||||
notify: run migrations
|
||||
|
||||
- name: Configure OIDC authentication
|
||||
|
|
Loading…
Reference in a new issue