Skip to content

Commit

Permalink
crypto-policy: New defaults according to LFOps crypto_policy role
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed Jul 4, 2024
1 parent 8efa2bc commit 2293321
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project does NOT adhere to [Semantic Versioning](https://semver.org/spe

Icinga Director:

* crypto-policy: New defaults according to LFOps crypto_policy role
* mysql-query: fix director basket


Expand Down
8 changes: 6 additions & 2 deletions assets/icingaweb2-module-director/all-the-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25655,7 +25655,9 @@
"use_agent": null,
"use_var_overrides": null,
"uuid": "914d65cd-80d5-4c2f-8b93-040ce1a18256",
"vars": {},
"vars": {
"crypto_policy_policy": "DEFAULT:LINUXFABRIK-NO-SHA1:LINUXFABRIK-NO-WEAKMAC:LINUXFABRIK-SSH-NO-CBC:LINUXFABRIK-SSH-NO-CHACHA20"
},
"volatile": null,
"zone": null
},
Expand Down Expand Up @@ -27026,7 +27028,9 @@
"use_agent": null,
"use_var_overrides": null,
"uuid": "9845aced-d896-473e-b262-7a6145e96a4d",
"vars": {},
"vars": {
"crypto_policy_policy": "DEFAULT:LINUXFABRIK-NO-SHA1:LINUXFABRIK-NO-WEAKMAC:LINUXFABRIK-SSH-NO-CBC:LINUXFABRIK-SSH-NO-CHACHA20:LINUXFABRIK-SSH-NO-ETM"
},
"volatile": null,
"zone": null
},
Expand Down

0 comments on commit 2293321

Please sign in to comment.