Files
object-browser/api
Anis Eleuch d0f744ebef svc: Assume access key creation permission to be available by default (#3306)
Allow SVC creation when CreateServiceAccount is denied with a condition

Adding this policy will make the user not able to create a service account anymore:

```
    {
      "Effect": "Deny",
      "Action": [
              "admin:CreateServiceAccount"
      ],
      "Condition": {
              "NumericGreaterThanIfExists": {"svc:DurationSeconds": "1500"}
      }
    },

```

The reason is that policy.IsAllowedActions() is called with conditions from the user login.

Assume svc account creation to be possible for now until we come up with a better fix

Co-authored-by: Anis Eleuch <anis@min.io>
Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com>
2024-05-08 09:47:57 -07:00
..
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2023-12-26 15:07:30 -06:00
2024-02-12 21:55:17 -08:00