Add token flag to read secrets via service token

This commit is contained in:
Maidul Islam
2023-02-03 16:55:25 -08:00
parent 76d0127029
commit f1ef23874c
5 changed files with 64 additions and 33 deletions

View File

@@ -38,3 +38,8 @@ type SymmetricEncryptionResult struct {
Nonce []byte
AuthTag []byte
}
type GetAllSecretsParameters struct {
Environment string
InfisicalToken string
}