If you need to change the Microsoft Azure secret for your app registration, do the following:
-
Update the Terraform
tfvarsfile with the new value of the secret.In preparation for any future Terraform runs that may be required.
- Re-run
password.py, to ensure you have the new secret in thepw.propertiesfile.As an alternative, you can manually edit the
pw.propertiesfile. - Navigate to the infra/azure/config folder.
- Run the following script to update the client
secret:
python3 update_client_secret.py - Redeploy the application. See Installing the application > step 6 for more information.