We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
When I try do sync my kong.yaml state via deck sync I will get the following error:
deck sync
while processing event: {Create} failed: kind 'ca_certificate' is not registered
My state contains the ca_certificates key with several certificates as array items.
Here's what I do to reproduce the issue:
deck dump
http -f POST $ADMIN_API_URL/ca_certificates 'tags[]=something' cert@./my-cert.pem
deck reset
deck diff
Best regards
Mike
The text was updated successfully, but these errors were encountered:
f85c26a
fix(solver) typo in registering ca_certificate in CRUD registry
0c80274
Typo in registering ca_certificate kind. Fix #127
24345ca
No branches or pull requests
Hi there,
When I try do sync my kong.yaml state via
deck sync
I will get the following error:My state contains the ca_certificates key with several certificates as array items.
Here's what I do to reproduce the issue:
deck dump
http -f POST $ADMIN_API_URL/ca_certificates 'tags[]=something' cert@./my-cert.pem
deck dump
deck reset
deck diff
it understands that the ca_certificate should be created
deck sync
this one fails with the error above
Best regards
Mike
The text was updated successfully, but these errors were encountered: