-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DPE-4136] Fix TLS tests + Migrate to self-signed-certificates + clea…
…nup (#395) ## Issue - The `tls-certificate-operator` and tls v1 interface is deprecated - we're using many old versions of python dependencies and charm libs - multiple parts of the TLS integ. tests are not asserted / awaited / correct, effectively not validating the behavior of TLS ## Solution - removes dependencies to the deprecated `tls-certificate-operator` + v1 interface - introduces the `self-signed-certificates operator` + v3 interface - upgrades charm libs - upgrade python dependencies - upgrade dp action libs to the latest - fix tests: - CSR retrievals from secrets - CA cert retrieval from units - missing `assert`s and `await`s on coroutines --------- Co-authored-by: Mia Altieri <32723809+MiaAltieri@users.noreply.github.com> Co-authored-by: MiaAltieri <mgaltier200@gmail.com>
- Loading branch information
1 parent
1328848
commit 89c933f
Showing
20 changed files
with
2,261 additions
and
961 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.