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
{{ message }}
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
Although setup is done by the script, the secrets management story is not good: one has to copy the secrets and manually create the relevant files directly in the machine.
Better would be to have those secrets stored on the vault where they'll be protected and, as part of a deployment pipeline, they would be installed in the target host. This entails:
CI pipeline setup: stages' configuration, secrets, etc.
Request a SSH key to the machine, for the pipeline, from DevOps
Have a way of logging into the machine and starting a new benchbot process with the pipeline's secrets as environment variables.
Although setup is done by the script, the secrets management story is not good: one has to copy the secrets and manually create the relevant files directly in the machine.
Better would be to have those secrets stored on the vault where they'll be protected and, as part of a deployment pipeline, they would be installed in the target host. This entails:
Suggestion: reopen https://github.com/paritytech/devops/issues/945 after this is done.
The text was updated successfully, but these errors were encountered: