Table of Contents
Start IAM
To start IAM:
$ kong start [-c /path/to/kong.conf]
Note: the CLI accepts a configuration option (-c /path/to/kong.conf
)
allowing you to point to your own configuration
Once started, navigate to IAM Manager in the browser at http://localhost:8002
Configuration for IAM Manager
IAM Manager is configurable through the kong.conf
file. For specific configuration options, refer to the properties described in the IAM configuration reference.
Next: Authentication ›