Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <jacob.woffenden@digital.justice.gov.uk>
  • Loading branch information
Jacob Woffenden committed Sep 30, 2024
1 parent c7135ce commit 737118c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/python:1": {
"version": "1.6.1",
"resolved": "ghcr.io/devcontainers/features/python@sha256:d449aea663ea23ac4a7968719d5920dd57128f0429cd8e216849d5afe67651fb",
"integrity": "sha256:d449aea663ea23ac4a7968719d5920dd57128f0429cd8e216849d5afe67651fb"
"version": "1.6.4",
"resolved": "ghcr.io/devcontainers/features/python@sha256:046a904b940e1793327369f57f4b0a7d89febbdd9e77086a70feffdfa564f888",
"integrity": "sha256:046a904b940e1793327369f57f4b0a7d89febbdd9e77086a70feffdfa564f888"
}
}
}
6 changes: 5 additions & 1 deletion iam_builder/schemas/iam_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"description": "The role name of the airflow job",
"type": "string"
},
"external_iam_role": {
"description": "The ARN of an external IAM role to assume",
"type": "string"
},
"athena": {
"description": "Athena configuration",
"additionalProperties": false,
Expand Down Expand Up @@ -90,4 +94,4 @@
"type": "integer"
}
}
}
}

0 comments on commit 737118c

Please sign in to comment.