Fix initial installation issue: AUTH_REQUIRED=False then True #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When we install alerta first, it seems to explode because the API keys that are specified as secrets are not created (can only be created in the web UI and then they must be encrypted and added to the secrets). So, it seems that the app should only come "packaged" as a no-auth initial install and then documented post-install steps in order to make all the things encrypted. Unsure if that is most convenient, maybe there is a way to automate it, but that's the brain dump for now!