Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vault in file backend #101

Closed
rogergithub3 opened this issue Oct 29, 2021 · 1 comment
Closed

Vault in file backend #101

rogergithub3 opened this issue Oct 29, 2021 · 1 comment

Comments

@rogergithub3
Copy link
Collaborator

Change database backend to file backend.

Inside config/vault_config.json this is the content of this file:
{
"ui": true,
"backend": {
"file": {
"path": "/vault_data",
}
},
"listener": {
"tcp": {
"address": "0.0.0.0:8200",
"tls_disable": true
}
},
"disable_mlock": true
}

In tesla_services.yml is needed to add:
vault:
volumes:
- vault_volume:/vault_data

volumes:
....
vault_volume:
driver_opts:
type: none
device: /var/tesla/vault
o: bind

@rogergithub3
Copy link
Collaborator Author

This issue is implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant