Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links to Vault subschemas #347

Open
lena-larionova opened this issue Jan 27, 2025 · 1 comment
Open

Links to Vault subschemas #347

lena-larionova opened this issue Jan 27, 2025 · 1 comment
Milestone

Comments

@lena-larionova
Copy link
Contributor

lena-larionova commented Jan 27, 2025

  • 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
@lena-larionova
Copy link
Contributor Author

Depends on #346

@lena-larionova lena-larionova added this to the Security milestone Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant