Warn on secret storage after generation
continuous-integration/drone/push Build is passing Details

Closes #75.
This commit is contained in:
Luke Murphy 2021-03-03 17:20:24 +01:00
parent 544c4e86ba
commit d3776f4424
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 5 additions and 0 deletions

5
abra
View File

@ -1225,6 +1225,11 @@ sub_app_secret_generate(){
abra__data_="$PW"
sub_app_secret_insert
warning "These generated secrets are now stored as encrypted data on your server"
warning "Please take a moment to make sure you have saved a copy of the passwords"
warning "Abra is not able to show the password values in plain text again"
warning "See https://docs.docker.com/engine/swarm/secrets/ for more on secrets"
}
###### .. app run