Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Oct 15, 2020
1 parent ef2cdf7 commit 36804bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/controller/admin/caches.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ type cacheItem struct {
}

var caches = map[string]*cacheItem{
"authorized_apps:": {"API keys", "Authentication caches for mobile devices"},
"authorized_apps:": {"API keys", "Authentication for API keys"},
"apps:": {"Mobile apps", "Registered mobile apps for the redirector service"},
"jwks:": {"JWKs", "JSON web tokens"},
"realms:": {"Realms", "Caches of realm data"},
"stats:": {"Statistics", "API key, user, and realm statistic caches"},
"jwks:": {"JWKs", "JSON web key sets"},
"realms:": {"Realms", "All realm data"},
"stats:": {"Statistics", "API key, user, and realm statistics"},
"publickeys:": {"Public keys", "PEM data from upstream key provider"},
"users:": {"Users", "Caches of user data"},
"users:": {"Users", "All user data"},
}

// HandleCachesIndex shows the caches page.
Expand Down

0 comments on commit 36804bb

Please sign in to comment.