magellan/pkg/secrets
2025-03-17 10:14:36 -06:00
..
example refactor: added function to open secrets store by checking env var 2025-03-14 13:28:47 -06:00
encryption.go feat(secrets): implement SecretStore interface and StaticStore/LocalStore for credential management 2025-03-07 17:10:31 -05:00
encryption_test.go feat(secrets): implement SecretStore interface and StaticStore/LocalStore for credential management 2025-03-07 17:10:31 -05:00
localstore.go chore: added pre-condition guards for secrets 2025-03-17 10:14:36 -06:00
localstore_test.go feat(secrets): implement SecretStore interface and StaticStore/LocalStore for credential management 2025-03-07 17:10:31 -05:00
main.go feat(secrets): implement SecretStore interface and StaticStore/LocalStore for credential management 2025-03-07 17:10:31 -05:00
staticstore.go refactor: added function to open secrets store by checking env var 2025-03-14 13:28:47 -06:00