Using this configuration in production is not secure and strongly discouraged.
Setup Instructions
Either if you use docker-compose, kubernetes, openshift or any other deployment method, add the following environment variable:Implications
WithAUTH_TYPE=NOAUTH
:
- Keep won’t show any login page and will let you consume APIs without authentication.
- Keep will use a JWT with “keep” as the tenant id, but will not validate it.
- Any API key provided in the
x-api-key
header will be accepted without validation.