You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my kongifg file I have a test consumer with basic auth credentials, when I run kongfig (after the initial run) I get an error:
409 Conflict { username: 'already exists with value \'myuser\'' }
Error: Conflict
{"username":"already exists with value 'myuser'"}
Error: Conflict
{"username":"already exists with value 'myuser'"}
at /usr/local/lib/node_modules/kongfig/lib/core.js:346:45
at run (/usr/local/lib/node_modules/kongfig/node_modules/core-js/modules/es6.promise.js:75:22)
at /usr/local/lib/node_modules/kongfig/node_modules/core-js/modules/es6.promise.js:92:30
at flush (/usr/local/lib/node_modules/kongfig/node_modules/core-js/modules/_microtask.js:18:9)
at process._tickCallback (internal/process/next_tick.js:61:11)
I tried using the ensure flag for this but it didn't help
In my kongifg file I have a test consumer with basic auth credentials, when I run kongfig (after the initial run) I get an error:
I tried using the ensure flag for this but it didn't help
Is there a way to ensure this consumer will be present in kong
The text was updated successfully, but these errors were encountered: