Skip to main content

Apikey auth module

cp:otoroshi.next.plugins.ApikeyAuthModule

This plugin adds basic auth on service where credentials are valid apikeys on the current service.

categories:

  • AccessControl

default configuration:

{
"realm" : "apikey-auth-module-realm",
"matcher" : null
}