/
FL
floik
/
Floik Authentication Server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14h ago · Updated 2d ago
Details
Filter operations
Authentication Controller
10
External Authentication Controller
1
Internal Authentication Controller
6
Kong Admin Controller
27
get
Get service by ID
put
Update service
delete
Delete service
post
Add upstream
post
Add target to upstream
get
Get all services
post
Add a new service
get
Get service routes
post
Add route to service
get
Get service plugins
post
Add plugin to service
get
Get all consumers
post
Add consumer
post
Add JWT credential to consumer
get
Get all routes
get
Get route by ID
delete
Delete route
get
Get all plugins
get
Get plugin by ID
delete
Delete plugin
get
Get all locks added in cache
get
Get consumer by ID
delete
Delete service route
delete
Delete service plugin
delete
Delete consumer by name
delete
Delete JWT credential
delete
Delete anonymous users
Root Controller
3
User Analytical Controller
2
User Authentication Cache Controller
3
Kong Admin Controller
Get all locks added in cache
Retrieves all locks added to cache
get
/v1/kong-admin/lock-cache
Response
Retrieved successfully
Plugin
required
id
string
name
string
route
object
service
object
consumer
object
config
JWTPluginConfig
protocols
string[]
enabled
boolean
tags
string[]
created_at
integer
Changes