L
L
legacy_js2021-10-19 21:30:03
Nginx
legacy_js, 2021-10-19 21:30:03

How to log into kong manager under superadmin?

Installed Kong Gateway (Enterprise) , fulfilled all the conditions. Uncommented the necessary lines in kong.conf

enforce_rbac = on
vitals = on
pg_user = kong
pg_password = kong
pg_database = kong


I go to the admin panel, but I can’t do anything there, vitals and rbac are disabled, I can’t add an administrator either
616f0e03de4df720365631.jpeg
How do I enter the manager as an administrator (as in the picture)
616f0c6ecc7c1092541952.jpeg
Help please.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
mureevms, 2021-10-20
@mureevms

I look in the book, I see you know what. The link to the documentation says that pg_* is a database access setting, and the fifth paragraph indicates how to create a super admin password.

S
Sergey Petrikov, 2014-12-25
@RicoX

DNS has nothing to do with it, it does not participate in the response of the site by IP. Just set a domain entry for your default server and that's it, for nginx, for example, just remove server_name in the server settings block and if there are no other hosts without server_name, it will become default, or force server_name _ to be specified; everything, this host responds by IP.

V
Vlad Zhivotnev, 2014-12-25
@inkvizitor68sl

If shared - then no way.
If VPS - then add ip to server_name (for nginx) or ServerAlias ​​(for Apache) in the web server login settings. Or "both there and there" if the entire stack is used.

N
nick88hello, 2014-12-25
@nick88hello

here, without clarification, we still do not understand what kind of hosting, we are waiting for what the author of the question will say.

I have a shared host and of course I don't have access to either nginx.conf or vhost.conf (apache), and the hosting provider (hostinger) does not provide dedicated ip addresses. But anyway, thanks for the replies.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question