You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PMM-14242: Implement automatic SSL certificate configuration for OpenShift clusters (#3504)
* Implement automatic SSL certificate configuration for OpenShift clusters
- Add Let's Encrypt support via cert-manager for OpenShift routes
- Add AWS ACM certificate management for LoadBalancer services
- Implement DNS automation with Route53
- Auto-switch PMM to LoadBalancer when SSL is enabled
- Add ACM certificate creation with DNS validation
Changes:
- New vars/openshiftSSL.groovy library for Let's Encrypt management
- New vars/awsCertificates.groovy library for ACM and Route53
- Enhanced openshift_cluster_create pipeline with SSL parameters
- Modified deployPMM() to support ACM certificates automatically
Related to: PMM-14242
* Add missing newlines at end of files
- Add newline to vars/openshiftSSL.groovy
- Add newline to vars/awsCertificates.groovy
Per code style guidelines, all files should end with a newline character.
0 commit comments