Kong / Kong/developer.konghq.com
Links to Vault subschemas
Open
@fabianrbz is already working on this.
Since Jul 24, 2026.
internal
post-GA
- Dominant language
- Ruby
- Stars
- 28
- Forks
- 121
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 313
Description
- Add a oneOf to the vault schema's
nameparameter 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: string
oneOf:
- env
- aws
- azure
- gcp
- hcv
- Add a notOneOf (not sure about the name here) to the
prefixparameter
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: string
notOneOf:
- env
- aws
- azure
- gcp
- hcv
- Link from the Vault
configobject entry to wherever we document the subschemas
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.