Commit 2294244 1 parent 7e9be58 commit 2294244 Copy full SHA for 2294244
File tree 6 files changed +36
-0
lines changed
6 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -4949,6 +4949,9 @@ spec:
4949
4949
tenantID:
4950
4950
type: string
4951
4951
type: object
4952
+ eksPodIdentity:
4953
+ description: EKSPodIdentity when enabled will allow access to AWS_* env vars
4954
+ type: boolean
4952
4955
fromConfigItem:
4953
4956
type: string
4954
4957
gcp:
@@ -5049,6 +5052,9 @@ spec:
5049
5052
type: object
5050
5053
type: object
5051
5054
type: object
5055
+ serviceAccount:
5056
+ description: ServiceAccount when enabled will allow access to KUBERNETES env vars
5057
+ type: boolean
5052
5058
type: object
5053
5059
description:
5054
5060
description: Description for the check
Original file line number Diff line number Diff line change @@ -4948,6 +4948,9 @@ spec:
4948
4948
tenantID:
4949
4949
type: string
4950
4950
type: object
4951
+ eksPodIdentity:
4952
+ description: EKSPodIdentity when enabled will allow access to AWS_* env vars
4953
+ type: boolean
4951
4954
fromConfigItem:
4952
4955
type: string
4953
4956
gcp:
@@ -5048,6 +5051,9 @@ spec:
5048
5051
type: object
5049
5052
type: object
5050
5053
type: object
5054
+ serviceAccount:
5055
+ description: ServiceAccount when enabled will allow access to KUBERNETES env vars
5056
+ type: boolean
5051
5057
type: object
5052
5058
description:
5053
5059
description: Description for the check
Original file line number Diff line number Diff line change 1459
1459
"fromConfigItem" : {
1460
1460
"type" : " string"
1461
1461
},
1462
+ "eksPodIdentity" : {
1463
+ "type" : " boolean"
1464
+ },
1465
+ "serviceAccount" : {
1466
+ "type" : " boolean"
1467
+ },
1462
1468
"kubernetes" : {
1463
1469
"$ref" : " #/$defs/KubernetesConnection"
1464
1470
},
Original file line number Diff line number Diff line change 1717
1717
"fromConfigItem" : {
1718
1718
"type" : " string"
1719
1719
},
1720
+ "eksPodIdentity" : {
1721
+ "type" : " boolean"
1722
+ },
1723
+ "serviceAccount" : {
1724
+ "type" : " boolean"
1725
+ },
1720
1726
"kubernetes" : {
1721
1727
"$ref" : " #/$defs/KubernetesConnection"
1722
1728
},
Original file line number Diff line number Diff line change 201
201
"fromConfigItem" : {
202
202
"type" : " string"
203
203
},
204
+ "eksPodIdentity" : {
205
+ "type" : " boolean"
206
+ },
207
+ "serviceAccount" : {
208
+ "type" : " boolean"
209
+ },
204
210
"kubernetes" : {
205
211
"$ref" : " #/$defs/KubernetesConnection"
206
212
},
Original file line number Diff line number Diff line change 1687
1687
"fromConfigItem" : {
1688
1688
"type" : " string"
1689
1689
},
1690
+ "eksPodIdentity" : {
1691
+ "type" : " boolean"
1692
+ },
1693
+ "serviceAccount" : {
1694
+ "type" : " boolean"
1695
+ },
1690
1696
"kubernetes" : {
1691
1697
"$ref" : " #/$defs/KubernetesConnection"
1692
1698
},
You can’t perform that action at this time.
0 commit comments