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

[bitnami/apisix] Fix disable tls on controlPlane and dataPlane #24600

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

jorgenll
Copy link
Contributor

@jorgenll jorgenll commented Mar 21, 2024

Description of the change

Honor the property controlPlane.tls.enabled to generate or not the Secret apisix-control-plane-tls.
Honor the property dataPlane.tls.enabled when is set to false to don't mount the certificates on the data-plane.

Benefits

Allows disable the tls on control-plane and data-plane.

Possible drawbacks

None IMO

Applicable issues

Additional information

Checklist

  • Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
  • Variables are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
  • All commits signed off and in agreement of Developer Certificate of Origin (DCO)

Signed-off-by: Jorge Navea <j.navea.llorente@gmail.com>
Signed-off-by: Jorge Navea <j.navea.llorente@gmail.com>
@jorgenll
Copy link
Contributor Author

Reviewing other open issues related with apisix, I've seen this one: #24482. This PR also fix this issue,

@jorgenll jorgenll changed the title [bitnami/apisix] Fix disable tls on controlPlane [bitnami/apisix] Fix disable tls on controlPlane and dataPlane Mar 21, 2024
@carrodher carrodher added verify Execute verification workflow for these changes in-progress labels Mar 21, 2024
@github-actions github-actions bot removed the triage Triage is needed label Mar 21, 2024
@github-actions github-actions bot removed the request for review from carrodher March 21, 2024 20:45
@github-actions github-actions bot requested a review from migruiz4 March 21, 2024 20:45
Copy link
Member

@migruiz4 migruiz4 left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution @jorgenll, looks good to me!

@migruiz4 migruiz4 merged commit 0a85409 into bitnami:main Mar 22, 2024
23 checks passed
djjudas21 pushed a commit to djjudas21/bitnami-charts that referenced this pull request Apr 17, 2024
…mi#24600)

* Fix disable tls on controlPlane

Signed-off-by: Jorge Navea <j.navea.llorente@gmail.com>

* Fix certs volumeMount when dataPlane tls is disabled

Signed-off-by: Jorge Navea <j.navea.llorente@gmail.com>

---------

Signed-off-by: Jorge Navea <j.navea.llorente@gmail.com>
Signed-off-by: Jonathan Gazeley <me@jonathangazeley.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apisix solved verify Execute verification workflow for these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bitnami/apisix] Unable to disable tls on control-plane
3 participants