We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0065f commit 38aba65Copy full SHA for 38aba65
secret/secret.go
@@ -1,3 +1,6 @@
1
+// Package secret provides an interface and implementations for secret storage.
2
+// A secret store is passed to the executor, which hydrates execution tasks with
3
+// any secrets that match it.
4
package secret
5
6
// Store describes a type that can securely obtain secrets for services.
0 commit comments