charm-vault/unit_tests
Martin Kalcok 1159e547dd Implement cert cache for vault units.
This cache is used to store certificates and keys
issued by the leader unit. Non-leader units read
these certificates and keep data in their
"tls-certificates" relations up to date.
This ensures that charm units that receive certs
from vault can read from relation data of any
vault unit and receive correct data.

Closes-Bug: #1940549
Change-Id: Iac989b30948fa43fe23851995a8ed00b08126587
2022-04-08 15:05:21 +02:00
..
__init__.py Use unittest.mock instead of mock 2021-12-15 11:38:28 +00:00
test_actions.py Add action to generate certificate against the PKI. 2022-02-23 11:10:42 -06:00
test_lib_charm_vault.py Use unittest.mock instead of mock 2021-12-15 11:38:28 +00:00
test_lib_charm_vault_pki.py Implement cert cache for vault units. 2022-04-08 15:05:21 +02:00
test_reactive_vault_handlers.py Implement cert cache for vault units. 2022-04-08 15:05:21 +02:00
test_utils.py Merge "Use unittest.mock instead of mock" 2021-12-16 10:26:17 +00:00