Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
habitus_darwin_386 | 2017-07-10 | 9.3 MB | |
habitus_darwin_amd64 | 2017-07-10 | 11.1 MB | |
habitus_linux_386 | 2017-07-10 | 9.4 MB | |
habitus_linux_amd64 | 2017-07-10 | 11.3 MB | |
habitus_windows_386.exe | 2017-07-10 | 9.7 MB | |
habitus_windows_amd64.exe | 2017-07-10 | 11.4 MB | |
README.md | 2017-07-10 | 723 Bytes | |
Securing the secret service when running on a multi-tenant environment. source code.tar.gz | 2017-07-10 | 1.2 MB | |
Securing the secret service when running on a multi-tenant environment. source code.zip | 2017-07-10 | 1.7 MB | |
Totals: 9 Items | 65.1 MB | 0 |
For example (check https://github.com/cloud66/habitus/blob/master/examples/security_env)
habitus -f examples/security_env/build.yml -d examples/security_env --secrets=true --authentication-secret-server=true --user-secret-server=habitus --password-secret-server=admin --binding=[your ip] --build habitus_host=[your ip] --build habitus_port=8080 --build habitus_password=admin --build habitus_user=habitus
Make sure you set the EnvVar
export HABITUS_HOME=my_secret
New params:
--authentication-secret-server=true
(default is false)
--user-secret-server=xxx
(default is habitus)
--user-secret-server=xxx
(default is admin)
Also we removed bugsnag and use sentry to collecting crash data.