mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Fix #21, check the AWS user-id on S3 manifests
This commit is contained in:
parent
a3b84737f1
commit
20eabc8aca
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"user-id": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "(^arn:aws:iam::\\d*:user/\\w.*$)|(^\\d{4}-\\d{4}-\\d{4}$)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue