Kong / Kong/developer.konghq.com

Links to Vault subschemas

Open
#347 1 comment 0 reactions 1 assignee View on GitHub

@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 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: string
          oneOf:
            - 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: string
          notOneOf:
            - env
            - aws
            - azure
            - gcp
            - hcv
  • Link from the Vault config object entry to wherever we document the subschemas

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.