You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add certificate reload functions (minio#17)
Allows reload on os signal or manual reloads.
Some simplifications to existing code added.
First part of minio/minio#13662
* 1h -> 15m
add IsAllowedActions() to return all allowed actions
IsAllowedActions() returns a set of allowed actions
as per input arguments such as bucket, object name
resources and other variable policy conditions.