このページは、まだ日本語ではご利用いただけません。翻訳中です。
旧バージョンのドキュメントを参照しています。 最新のドキュメントはこちらをご参照ください。
Create a Super Admin
If you seeded a Super Admin at the time of running
migrations by passing KONG_PASSWORD
, you may log in to Kong Manager
with the kong_admin
username.
Otherwise, if enforce_rbac=off
, you may create your first
Super Admin within Kong Manager itself.
You may also use this guide to create additional Super Admins once
you have an account and enforce_rbac=on
.
-
Go to the “Teams” tab in Kong Manager.
-
Click “+ Invite Admin” and fill out the form.
-
Give the user the
super-admin
role in thedefault
workspace. -
Return to the “Organization” page, and in the “Invited” section, click the email address of the user in order to view them.
-
Click “Generate Registration Link”.
-
Copy the link for later use after completing the account setup.
Important: Kong Manager does not support entity-level RBAC. Run Kong Manager on a node where
enforce_rbac
is set toon
oroff
, but notboth
.
How to Create Your First Super Admin Account Post Installation
In the event that the default kong_admin
, Super Admin, was not seeded
during the initial database preparation step as defined in
How To Start Kong Gateway Securely,
the following steps outline how to create and enable a new Super Admin post
installation.
-
Follow the instructions outlined above to create a new Super Admin user account and generate a registration link.
-
Before the link generated above can be used, RBAC and GUI Authentication must be enabled. Follow the instructions on how to enable Basic Auth on Kong Manager.
-
Paste the URL in your browser and you will be asked to create a password for the newly defined Super Admin user on the Kong Manager.
-
Go to the Kong Manager homepage and you will be prompted to login with the new Super Admin credentials.