Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Can't add/edit key name for key-auth plugin #48

Closed
zeldi opened this issue Apr 18, 2017 · 3 comments
Closed

Can't add/edit key name for key-auth plugin #48

zeldi opened this issue Apr 18, 2017 · 3 comments

Comments

@zeldi
Copy link

zeldi commented Apr 18, 2017

Hi Konga Team,

When adding/editing Key-Auth plugin, I can't specify the key-name.
The specified the key-name remains empty.

But I can successfully add the key name if I use kong API (command line via curl)

Hope you can fix the bug

Thanks

@pantsel
Copy link
Owner

pantsel commented Apr 18, 2017

Hello @zeldi,
Check out issue #7, you just need to press enter after every key you write so that the chip component takes it. This will be better commented.

Thanks for the feedback!

@zeldi
Copy link
Author

zeldi commented Apr 19, 2017

Hi Pantsel,

Thanks for your prompt response, you right I just need to press enter.
Yes. It would be helpful if you put a comment (to press enter) below the input box

Thanks again

@chengyuk
Copy link

[root@kong ~]# docker run --rm --network=kong-net pantsel/konga:latest -c prepare -a postgres -u postgres://konga@konga-database:5432/konga
debug: Preparing database...
Using postgres DB Adapter.
Failed to connect to DB { error: password authentication failed for user "konga"
at Connection.parseE (/app/node_modules/sails-postgresql/node_modules/pg/lib/connection.js:539:11)
at Connection.parseMessage (/app/node_modules/sails-postgresql/node_modules/pg/lib/connection.js:366:17)
at Socket. (/app/node_modules/sails-postgresql/node_modules/pg/lib/connection.js:105:22)
at Socket.emit (events.js:198:13)
at addChunk (_stream_readable.js:288:12)
at readableAddChunk (_stream_readable.js:269:11)
at Socket.Readable.push (_stream_readable.js:224:10)
at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
name: 'error',
length: 101,
severity: 'FATAL',
code: '28P01',
detail: undefined,
hint: undefined,
position: undefined,
internalPosition: undefined,
internalQuery: undefined,
where: undefined,
schema: undefined,
table: undefined,
column: undefined,
dataType: undefined,
constraint: undefined,
file: 'auth.c',
line: '307',
routine: 'auth_failed' }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants