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

feat(core): add /schemas/vaults/:name endpoint #11727

Merged
merged 2 commits into from
Oct 11, 2023

Conversation

jschmid1
Copy link
Contributor

@jschmid1 jschmid1 commented Oct 10, 2023

Summary

Adding a new endpoint for named vaults.

/schemas/vaults/:name

Vaults are very similar to plugins in terms of internal structure and we do provide such an endpoint for plugins already (/schemas/plugins/:name). This endpoint allows us to query a schema of a specific vault, which wasn't possible before.

@Guaris @fabianrbz This might be of interest to you.

Checklist

  • The Pull Request has tests
  • A changelog file has been created under changelog/unreleased/kong or skip-changelog label added on PR if changelog is unnecessary. README.md

Issue reference

Fix https://konghq.atlassian.net/browse/KAG-2535

@jschmid1 jschmid1 force-pushed the feat/vault-schema-endpoint branch from 0f8b75b to ea147e2 Compare October 10, 2023 14:29
@jschmid1 jschmid1 merged commit 18de761 into master Oct 11, 2023
23 checks passed
@jschmid1 jschmid1 deleted the feat/vault-schema-endpoint branch October 11, 2023 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants