seknox / trasa

Zero Trust Service Access
https://www.trasa.io
Mozilla Public License 2.0
383 stars 70 forks source link

feat: [server] provision to set master encryption key in config file for dev mode #255

Closed flyinghermit closed 3 years ago

flyinghermit commented 3 years ago

For this feature, we need to add new values to the config file:

[vault]
  key = ""
  savemasterkey = true

If the value of savemasterkey is true, server will store the key in the config file.

This PR will close #246