Skip to content

Commit

Permalink
Add new action for getting license info (#129)
Browse files Browse the repository at this point in the history
This will be checked subsequently in minio for a new admin api
'license-info' that returns information about the license. That api will
finally be used by clients to fetch and display the license details.
  • Loading branch information
anjalshireesh authored Aug 28, 2024
1 parent fb41be1 commit 329fd25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions policy/admin-action.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ const (
ServerInfoAdminAction = "admin:ServerInfo"
// HealthInfoAdminAction - allow obtaining cluster health information
HealthInfoAdminAction = "admin:OBDInfo"
// LicenseInfoAdminAction - allow obtaining license information
LicenseInfoAdminAction = "admin:LicenseInfo"
// BandwidthMonitorAction - allow monitoring bandwidth usage
BandwidthMonitorAction = "admin:BandwidthMonitor"
// InspectDataAction - allows downloading raw files from backend
Expand Down

0 comments on commit 329fd25

Please sign in to comment.