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: make it possible to validate configuration without the existence of a specific workspace #563

Open
GGabriele opened this issue Jan 15, 2022 · 1 comment
Assignees

Comments

@GGabriele
Copy link
Collaborator

With #502, we are going to introduce the capability to validate configuration against the Kong Admin API.
We should improve such capability allowing users to validate their configuration without the existence of a specific workspace, before applying their changes.

Related discussion here: #502 (comment)

@GGabriele
Copy link
Collaborator Author

Options:

  • if the workspace doesn't exist yet, revert to the default one (which may fail because of RBAC)
  • in addition to the one above, decK may support something like a --create-workspace flag to temporarily create the workspace, run the validation and delete it afterwords (which, again, may fail because of RBAC)

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