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
Currently we load settings / secrets from the file system. We should research how we can replace this with a better secrets management approach. The new version of the Go helpers already supports Go's io/fs interface, so we could provide settings through a virtual file system that can combine local files (for non-sensitive settings) and other source (for sensitive settings).
This is just a research task for now, please don't implement anything yet.
The text was updated successfully, but these errors were encountered:
Currently we load settings / secrets from the file system. We should research how we can replace this with a better secrets management approach. The new version of the Go helpers already supports Go's io/fs interface, so we could provide settings through a virtual file system that can combine local files (for non-sensitive settings) and other source (for sensitive settings).
This is just a research task for now, please don't implement anything yet.
The text was updated successfully, but these errors were encountered: