Changing stack name doesn't also change secrets on undeploy/deploy #405
Loading…
x
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?
You deploy foo_example_com. You generate secrets. Later, you rename to
example_com
. via hacking theDOMAIN=...
or simply renaming the.env
file. All the secrets still havefoo_example_com
in their naming. We can't retrieve the secrets, so delete/re-create wouldn't work? Couldabra
do some sort of duplication of secrets to help this scenario?To me
abra app rename
would be the answer, then we strongly recommend against manually renaming the.env
file or settingSTACK_NAME
.rename
knows both the old and the new name (as CLI args) so it should be chill to copy over the data.