Mandatori git emoji
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# secret
|
# :secret: Go secret
|
||||||
|
|
||||||
Package secret provides a simple interface for fetching secrets from a secrets provider.
|
Package secret provides a simple interface for fetching secrets from a secrets provider.
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@ type Provider interface {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Providers
|
## :book: Providers
|
||||||
|
|
||||||
This package is targeting the following secrets providers:
|
This package is targeting the following secrets providers:
|
||||||
* [x] Environment variables
|
* [x] Environment variables
|
||||||
@@ -24,7 +24,7 @@ This package is targeting the following secrets providers:
|
|||||||
* [x] Keyring: macOS [Keychain Access](https://support.apple.com/en-gb/guide/keychain-access/kyca1083/mac)
|
* [x] Keyring: macOS [Keychain Access](https://support.apple.com/en-gb/guide/keychain-access/kyca1083/mac)
|
||||||
* [x] Keyring: Windows [SecretStore](https://learn.microsoft.com/en-us/powershell/utility-modules/secretmanagement/get-started/using-secretstore)
|
* [x] Keyring: Windows [SecretStore](https://learn.microsoft.com/en-us/powershell/utility-modules/secretmanagement/get-started/using-secretstore)
|
||||||
|
|
||||||
## Decryption
|
## :unlock: Decryption
|
||||||
|
|
||||||
The secret provider may return encrypted values, which can be transparently descrypted
|
The secret provider may return encrypted values, which can be transparently descrypted
|
||||||
by this package.
|
by this package.
|
||||||
|
Reference in New Issue
Block a user