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

decK v1.21.0 (735fbe2) Unable to restore BOOTSTRAP Setting of KAFKA UPSTREAM plugin #964

Open
tben1981 opened this issue Jul 17, 2023 · 0 comments

Comments

@tben1981
Copy link

tben1981 commented Jul 17, 2023

I was working on my companies enterprise kong server.

  1. We have a route that had a Kafka Upstream plugin
    a. Within the setting there are bootstrap servers configured
  2. on DECK dump, the settings are captured successfully
  3. On DECK diff, the following output is displayed

`
updating plugin kafka-upstream for route Routename {
"config": {
"authentication": {
"mechanism": null,
"password": null,
"strategy": null,
"tokenauth": null,
"user": null
},
"bootstrap_servers": [
{
"host": "hostname1",
"port": 9092
},
{
"host": "hostname2 ",
"port": 9092
},
{
"host": "hostname3",
"port": 9092
}
],
"bootstrap_servers": null,

`

  1. On DECK sync, the original bootstrap settings are no longer showing on my Kong server

I attempted to use deck decK v1.17.2 (9590cc6) it seem to me the diff and sync works

IT is also noted that the new deck version have some discrepancies when processing my plugin openid-connect
this is what i saw whne doing a diff
`

updating plugin openid-connect for route Httpbin-route {
"audience_required": [
],
"audience_required": null,

"introspection_headers_names": [
],
"introspection_headers_names": null,

"roles_required": [
],
"roles_required": null,

`

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