You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a oneOf to the vault schema's name parameter in the API specs
name:
description: The name of the Vault that's going to be added. The Vault implementation must be installed in every Kong instance.type: stringoneOf:
- env
- aws
- azure
- gcp
- hcv
Add a notOneOf (not sure about the name here) to the prefix parameter
prefix:
description: | The unique prefix (or identifier) for this Vault configuration. The prefix is used to load the right Vault configuration and implementation when referencing secrets with the other entities.type: stringnotOneOf:
- env
- aws
- azure
- gcp
- hcv
Link from the Vault config object entry to wherever we document the subschemas
The text was updated successfully, but these errors were encountered:
name
parameter in the API specsprefix
parameterconfig
object entry to wherever we document the subschemasThe text was updated successfully, but these errors were encountered: