Skip to content

Commit

Permalink
(IAC-333) Adding in hsts-max-age for security compliance. (#204)
Browse files Browse the repository at this point in the history
* Adding in hsts-max-age for security compliance.

* Changed the value to 2 years
  • Loading branch information
thpang authored May 3, 2022
1 parent 30be06f commit c2c084e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/baseline/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ INGRESS_NGINX_CONFIG:

config:
use-forwarded-headers: "true"
hsts-max-age: "63072000"
tcp: {}
udp: {}
lifecycle:
Expand Down

0 comments on commit c2c084e

Please sign in to comment.