-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
It would be nice to have a way to fetch the ONVAULT script from the vault container, instead of github.
curl -L https://raw.githubusercontent.com/dockito/vault/master/ONVAULT > /usr/local/bin/ONVAULT
To:
curl -L http://local-network-vault-ip:port/ONVAULT > /usr/local/bin/ONVAULT
The security benefit of doing that is, since the ONVAULT is reviewed and it's a trustable script, it will be always the same in the environment that vault is used.
Using a online script is as much trustable as the team developing and releasing it security, as much as I trust on the project and members of it, if it gets lots of users, it will be a good target for hackers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels