Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PLAT-16176]Fix TLS toggle for expired certs
Summary: If NodeToNode certs have expired, we don't need to perform round1GflagUpgrade since the cluster is already down. We can simply edit the universeDetails and set appropriate gflags in conf files for master/tserver/ybc and restart these services (handled by round2GflagUpgrade) Test Plan: tested locally 1. Created a universe with both nton and cton certs -> certs expired -> TLS toggle Off 2. Created a universe with only nton certs -> certs expired -> TLS toggle OFF 3. Created a universe with only cton certs -> certs expired -> TLS toggle OFF Reviewers: svarshney, nsingh, nbhatia Reviewed By: svarshney Subscribers: yugaware Differential Revision: https://phorge.dev.yugabyte.com/D40799
- Loading branch information