mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
add integ tests for service token with overrides
This commit is contained in:
38
backend/tests/data/batch-secrets-with-overrides.json
Normal file
38
backend/tests/data/batch-secrets-with-overrides.json
Normal file
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"method": "POST",
|
||||
"secret": {
|
||||
"workspace": "63cefb15c8d3175601cfa989",
|
||||
"type": "shared",
|
||||
"environment": "dev",
|
||||
"secretKeyCiphertext": "IVMtGWE=",
|
||||
"secretKeyIV": "BDsG7/ylk7mT8MrIMn0e7w==",
|
||||
"secretKeyTag": "1ujy08fctmZ1xTXMYr23UQ==",
|
||||
"secretValueCiphertext": "I9psUg==",
|
||||
"secretValueIV": "W+DJETpCerHkFv8AR9Fv4w==",
|
||||
"secretValueTag": "yODOeN3HBr/usly4VSMt9w==",
|
||||
"secretCommentCiphertext": "",
|
||||
"secretCommentIV": "QET7oX2ZiuLDSzwrkeL2Ig==",
|
||||
"secretCommentTag": "6P3xeA9eO+3Wp66ROHXgfg=="
|
||||
}
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"secret": {
|
||||
"workspace": "63cefb15c8d3175601cfa989",
|
||||
"type": "personal",
|
||||
"user": "63cefa6ec8d3175601cfa980",
|
||||
"tags": [],
|
||||
"environment": "dev",
|
||||
"secretKeyCiphertext": "Q7lyRO8=",
|
||||
"secretKeyIV": "yz8koc3d63ywJMiGXpCNSw==",
|
||||
"secretKeyTag": "j2bMQ2d4sDZKA0OaKM5SXA==",
|
||||
"secretValueCiphertext": "X4kaiShmtGZt",
|
||||
"secretValueIV": "p/GdbksLVveNLsV3vz5GLA==",
|
||||
"secretValueTag": "//dhRL+pagecavHJCtMPWg==",
|
||||
"secretCommentCiphertext": "",
|
||||
"secretCommentIV": "7eYJzuilvjQPutqrqbd2MQ==",
|
||||
"secretCommentTag": "LpPv9K0Hhd5noE39Zu9U+w=="
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user