Skip to content

Commit 9c340e5

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent ba62ad6 commit 9c340e5

File tree

6 files changed

+22
-0
lines changed

6 files changed

+22
-0
lines changed

schema/redhatcop.redhat.io/databasesecretengineconfig_v1alpha1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@
109109
"pattern": "[a-z0-9]([-a-z0-9]*[a-z0-9])?",
110110
"type": "string"
111111
},
112+
"passwordAuthentication": {
113+
"default": "password",
114+
"enum": [
115+
"password",
116+
"scram-sha-256"
117+
],
118+
"type": "string"
119+
},
112120
"passwordPolicy": {
113121
"type": "string"
114122
},

schema/redhatcop.redhat.io/gcpauthengineconfig_v1alpha1.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
"type": "object"
143143
},
144144
"customEndpoint": {
145+
"default": {},
145146
"x-kubernetes-preserve-unknown-fields": true
146147
},
147148
"path": {

schema/redhatcop.redhat.io/gcpauthenginerole_v1alpha1.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"x-kubernetes-list-type": "set"
6666
},
6767
"boundProjects": {
68+
"default": [],
6869
"items": {
6970
"type": "string"
7071
},
@@ -78,6 +79,7 @@
7879
"x-kubernetes-list-type": "set"
7980
},
8081
"boundServiceAccounts": {
82+
"default": [],
8183
"items": {
8284
"type": "string"
8385
},

schema/redhatcop.redhat.io/jwtoidcauthengineconfig_v1alpha1.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
"type": "string"
188188
},
189189
"providerConfig": {
190+
"default": {},
190191
"x-kubernetes-preserve-unknown-fields": true
191192
}
192193
},

schema/redhatcop.redhat.io/jwtoidcauthenginerole_v1alpha1.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"x-kubernetes-list-type": "set"
6565
},
6666
"boundClaims": {
67+
"default": {},
6768
"x-kubernetes-preserve-unknown-fields": true
6869
},
6970
"boundClaimsType": {
@@ -78,6 +79,7 @@
7879
"additionalProperties": {
7980
"type": "string"
8081
},
82+
"default": {},
8183
"type": "object"
8284
},
8385
"clockSkewLeeway": {

schema/redhatcop.redhat.io/randomsecret_v1alpha1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@
8686
"default": false,
8787
"type": "boolean"
8888
},
89+
"kvSecretRetainPolicy": {
90+
"default": "Delete",
91+
"enum": [
92+
"Delete",
93+
"Retain"
94+
],
95+
"type": "string"
96+
},
8997
"name": {
9098
"pattern": "[a-z0-9]([-a-z0-9]*[a-z0-9])?",
9199
"type": "string"

0 commit comments

Comments
 (0)