mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-28 15:29:21 +00:00
fix(server): resolved broken required validation in aws iam template
This commit is contained in:
@ -11,7 +11,7 @@ export const AWS_IAM_TEMPLATE = {
|
||||
manager_user_aws_region: { type: "string" as const },
|
||||
iam_username: { type: "string" as const }
|
||||
},
|
||||
required: ["manage_user_access_key", "manage_user_secret_key", "iam_username"],
|
||||
required: ["manager_user_access_key", "manager_user_secret_key", "manager_user_aws_region", "iam_username"],
|
||||
additionalProperties: false
|
||||
},
|
||||
outputs: {
|
||||
|
Reference in New Issue
Block a user