Skip to content

Commit

Permalink
mark nameConstraints.critical as required
Browse files Browse the repository at this point in the history
  • Loading branch information
gfxcc committed Mar 10, 2023
1 parent 2ff9a1f commit a556f7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mmv1/products/privateca/CaPool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ properties:
- !ruby/object:Api::Type::Boolean
name: 'critical'
description: Indicates whether or not the name constraints are marked critical.
required: true
- !ruby/object:Api::Type::Array
name: 'permittedDnsNames'
description: |
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/privateca/Certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,7 @@ properties:
name: 'critical'
description: Indicates whether or not the name constraints are marked critical.
input: true
required: true
- !ruby/object:Api::Type::Array
name: 'permittedDnsNames'
description: |
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/privateca/CertificateAuthority.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ properties:
name: 'critical'
description: Indicates whether or not the name constraints are marked critical.
input: true
required: true
- !ruby/object:Api::Type::Array
name: 'permittedDnsNames'
description: |
Expand Down

0 comments on commit a556f7e

Please sign in to comment.