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

fixed the usage of CUSTOM_TLS_CERT from subscriber-configmap to subsc… #4291

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

srikanth-iyengar
Copy link

@srikanth-iyengar srikanth-iyengar commented Nov 11, 2023

Proposed changes

Fixes #3943 Changed the required k8s manifest and the corresponding usage of the changes in the subscriber pkg.

Types of changes

  • New feature (non-breaking change which adds functionality)
  • Bugfix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices applies)

Checklist

  • I have read the CONTRIBUTING doc
  • I have signed the commit for DCO to be passed.
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have added necessary documentation (if appropriate)

Dependency

Special notes for your reviewer:

@srikanth-iyengar
Copy link
Author

srikanth-iyengar commented Nov 11, 2023

Hey @imrajdas @Saranya-jena @neelanjan00 @namkyu1999 Can you please review this PR?

"INFRA_ID": infraData["INFRA_ID"],
"ACCESS_KEY": infraData["ACCESS_KEY"],
"INFRA_ID": infraData["INFRA_ID"],
"CUSTOM_TLS_SECRET": infraData["CUSTOM_TLS_SECRET"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Saranya-jena - where are we setting the value CUSTOM_TLS_SECRET? In system env or from the ui

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I know we are setting the the CUSTOM_TLS_SECRET from the system env

@srikanth-iyengar
Copy link
Author

@Saranya-jena @namkyu1999 Can you review this PR?

@Saranya-jena
Copy link
Contributor

@srikanth-iyengar can you please resolve the conflicts? Will merge post that!

@srikanth-iyengar
Copy link
Author

@srikanth-iyengar can you please resolve the conflicts? Will merge post that!

Yup will resolve conflicts

Signed-off-by: Srikanth Iyengar <[email protected]>
@srikanth-iyengar
Copy link
Author

@Saranya-jena Solved conflicts

@Saranya-jena
Copy link
Contributor

Can you resolve conflicts again? will merge it afterwards

@srikanth-iyengar
Copy link
Author

Yeah sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move the CUSTOM_TLS_CERT from subscriber config to subscriber secret
7 participants