Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for notifyForUser (0.09 sec)

  1. cmd/iam.go

    func (sys *IAMSys) CurrentPolicies(policyName string) string {
    	if !sys.Initialized() {
    		return ""
    	}
    
    	policies, _ := sys.store.MergePolicies(policyName)
    	return policies
    }
    
    func (sys *IAMSys) notifyForUser(ctx context.Context, accessKey string, isTemp bool) {
    	// Notify all other MinIO peers to reload user.
    	if !sys.HasWatcher() {
    		for _, nerr := range globalNotificationSys.LoadUser(ctx, accessKey, isTemp) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 29 16:01:48 UTC 2024
    - 74.6K bytes
    - Viewed (0)
Back to top