Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cloud-native): allow pulling SSL cert from FQDN #8320

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Conversation

iromli
Copy link
Contributor

@iromli iromli commented Apr 16, 2024

Prepare


Description

Target issue

closes #8308

Implementation Details

Add CN_SSL_CERT_FROM_SECRETS env as featureflag. If set to true, SSL cert will be pulled from existing secrets, otherwise cert will be pulled from FQDN. Note that the Helm charts uses switch isFqdnRegistered to set the environment correctly.


Test and Document the changes

  • Static code analysis has been run locally and issues have been fixed
  • Relevant unit and integration tests have been added/updated
  • Relevant documentation has been updated if any (i.e. user guides, installation and configuration guides, technical design docs etc)

Signed-off-by: iromli <isman.firmansyah@gmail.com>
@moabu moabu merged commit 2acab07 into main Apr 17, 2024
2 checks passed
@moabu moabu deleted the cn-cert-fqdn branch April 17, 2024 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(cloud-native): allow pulling SSL cert from FQDN
3 participants