mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Add token flag to read secrets via service token
This commit is contained in:
@@ -38,3 +38,8 @@ type SymmetricEncryptionResult struct {
|
||||
Nonce []byte
|
||||
AuthTag []byte
|
||||
}
|
||||
|
||||
type GetAllSecretsParameters struct {
|
||||
Environment string
|
||||
InfisicalToken string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user