-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automate certificate creation for observability (#494)
* add cert creation for observability * Create selfsigned-cert.yaml * add automatic self-signed cert creation * add imports * add custom cert for observability * add certificate and private key types * add certificate and privatekey to obs sample file * move IssuerCertService into common * issuer cert service * OtelCollector constant * add custom cert logic * Update types.go * Update types.go * base64-encode certificate and private key * add print to test to figure things out * fix compilation errors * compilation errors * println to printf * add logging to understand function * Update csm_controller.go * handle each component cert separately * I think i fixed something * Create otel-collector-custom-cert.yaml * Update custom-cert * make custom cert generic * make component generic * move to obs directory and edit obs component placeholder name * move to obs folder and adjust placeholder names * update placeholder name * update placeholder name * Update observability.go * fix error check * remove comma * update map declaration * fix map declaration * compilation issues * compilation error * compilation errors * compilation errors + code cleanup * add error check * add retry logic in applyobject * add import * bruh * added unit test coverage to controllers * generate/manifests/install * added full unit test coverage of added code * get rid of misc unneeded changes * add cert and privatekey to obs * add cert and privatekey * add sample files * add new e2e test scenarios * add e2e test files * fix lint * fix linting * update samples based on review
- Loading branch information
1 parent
a352688
commit edecb7a
Showing
35 changed files
with
2,377 additions
and
82 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
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.