Charm does not allow a user to use specific TLS cipher suites supported by vault
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
vault-charm |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
The vault application supports 'tls_cipher_suites' tcp listener config option [1] that allows an administrator to specify explicitly which cipher suites should be used. This allows to eliminate weaker, vulnerable suites (ie. those with DES/3DES which are still supported by vault/golang [2]).
It might be useful to expose 'tls_cipher_suites' configuration parameter via charm config option allowing a charm user to provide an explicit list of the suites he wants.
The same may apply to other tcp listener options, ie: 'tls_prefer_
[1] https:/
[2] https:/
[3] https:/
[4] https:/
Changed in vault-charm: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |