-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Route53: Remove
ingress
record creation.
- Loading branch information
Showing
5 changed files
with
97 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,8 @@ | ||
# Affects all versions of archiver which is required by vault | ||
# Taken from: <https://github.com/giantswarm/opsctl/pull/1072/files#diff-bbe4a7fb12c43622bce7c6840c770e9995be614626a219942ca138403629cb69R1> | ||
|
||
CVE-2019-10743 until=2023-06-01 | ||
|
||
# Consul - no fix yet | ||
CVE-2022-29153 until=2023-06-01 | ||
CVE-2022-24687 until=2023-06-01 | ||
CVE-2021-41803 until=2023-06-01 | ||
|
||
|
||
# containerd - fixed at least in v1.6.6 but this will break build process | ||
# accept for now | ||
CVE-2021-43816 until=2023-06-01 | ||
CVE-2022-23648 until=2023-06-01 | ||
CVE-2022-31030 until=2023-06-01 | ||
|
||
# requires apiserver update to very new version | ||
sonatype-2022-6522 until=2023-12-30 | ||
|
||
# there is no available fix yet | ||
CVE-2020-8561 until=2023-05-01 | ||
# pkg:golang/github.com/hashicorp/consul/[email protected] | ||
# pkg:golang/github.com/hashicorp/consul/[email protected] | ||
CVE-2022-29153 until=2023-09-01 | ||
CVE-2022-24687 until=2023-09-01 | ||
CVE-2021-41803 until=2023-09-01 | ||
|
||
# pkg:golang/k8s.io/[email protected] | ||
CVE-2020-8561 until=2023-09-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"type": "object", | ||
"properties": { | ||
"aws": { | ||
"type": "object", | ||
"properties": { | ||
"accessKeyID": { | ||
"type": "string" | ||
}, | ||
"secretAccessKey": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"baseDomain": { | ||
"type": "string" | ||
}, | ||
"image": { | ||
"type": "object", | ||
"properties": { | ||
"name": { | ||
"type": "string" | ||
}, | ||
"tag": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"managementCluster": { | ||
"type": "string" | ||
}, | ||
"pod": { | ||
"type": "object", | ||
"properties": { | ||
"group": { | ||
"type": "object", | ||
"properties": { | ||
"id": { | ||
"type": "integer" | ||
} | ||
} | ||
}, | ||
"user": { | ||
"type": "object", | ||
"properties": { | ||
"id": { | ||
"type": "integer" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"podSecurityContext": { | ||
"type": "object" | ||
}, | ||
"project": { | ||
"type": "object", | ||
"properties": { | ||
"branch": { | ||
"type": "string" | ||
}, | ||
"commit": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"registry": { | ||
"type": "object", | ||
"properties": { | ||
"domain": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"securityContext": { | ||
"type": "object" | ||
}, | ||
"staticBastionIP": { | ||
"type": "string" | ||
} | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters