netbox: secure the cookie

USI says.
This commit is contained in:
Timotej Lazar 2025-05-07 12:21:41 +02:00
parent 7a82e7ca63
commit 5667b755ca

View file

@ -69,6 +69,8 @@
line: " 'PASSWORD': '{{ password.db_pass }}', # PostgreSQL password" line: " 'PASSWORD': '{{ password.db_pass }}', # PostgreSQL password"
- key: '^PLUGINS = ' - key: '^PLUGINS = '
line: "PLUGINS = ['netbox_topology_views']" line: "PLUGINS = ['netbox_topology_views']"
- key: '^CSRF_COOKIE_SECURE = '
line: "CSRF_COOKIE_SECURE = True"
notify: run migrations notify: run migrations
- name: Configure OIDC authentication - name: Configure OIDC authentication