I believe I’m running into issues with auth/encryption secrets deployed using the helm charts. Somehow things are getting broken upon updating helm charts.
Some of the symptoms
- Access tokens which I generated and set to never expire are being rejected by GMS after a deployment. Newly generated tokens work fine
- Sometimes GMS starts rejecting frontend login requests. I have to kill both the GMS and frontend pods for this to resolve
Looking at the deployed secrets it doesn’t appear like they’re being changed, but is it recommended to just set them manually to avoid them accidentally changing? Anyone have similar issues?