You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Credentials are currently split between an unencrypted ssh key on disk, secret keys held in the configuration file and account details looked up in Prism or DeployInfo.
This should:
ideally be integrated into Riff-Raff itself and added to the configuration menu.
consider challenges for the CLI (although we currently don't use that with any credentials)
ensure that secrets are encrypted at rest in the mongodb (with the application secret? although that's stored in GitHub at present)
The text was updated successfully, but these errors were encountered:
Credentials are currently split between an unencrypted ssh key on disk, secret keys held in the configuration file and account details looked up in Prism or DeployInfo.
This should:
consider challenges for the CLI (although we currently don't use that with any credentials)in the mongodb (with the application secret? although that's stored in GitHub at present)The text was updated successfully, but these errors were encountered: