Admins Examples
Prerequisites
for example:
export USERNAME=drogon
export EMAIL=test@test.com
export HOST=127.0.0.1:8001
export ADMIN_TOKEN=Kong-Admin-Token:hunter2
Extract and store the token from the registration URL, either by manually creating an environment variable or by echoing and piping with :
Manual method example:
Copy the response and export as an environment variable, for example: