Changing secret key

Hi,

My team is in the process of moving secrets into Vault. Now it’s time to handle our on-premise installation of Sentry (8.17.0). I’m wondering what will be consequences of changing SENTRY_OPTIONS['system.secret-key'] (to other value generated by sentry config generate-secret-key) and then restarting Sentry process? Documentation says it’s used to sign sessions so I guess everyone will need to sign-in again. Anything else? Thanks in advance.

That should be it. There are a few other various places where we generate signed urls and use this value, but nothing major.

1 Like

Migrated today and everything went smoothly - everyone needed to sign-in again. EOT.