Harshavardhana
ede86845e5
docs: Add policy variables for resource and conditions ( #10278 )
...
Bonus fix adds LDAP policy variable and clarifies the
usage of policy variables for temporary credentials.
fixes #10197
4 years ago
Harshavardhana
63c3114657
fix: doc notifications formatting issues ( #8661 )
5 years ago
Aditya Manthramurthy
704be85987
Fix numbering in doc ( #8311 )
5 years ago
Harshavardhana
cebeca3075
Fix multi-user doc to reflect the latest change
5 years ago
Matthew Wegner
0bcd8abc5c
doc: "admin user policy" command typo ( #7865 )
...
Under "change user policy", the `mc admin set-policy` command is wrong. It should be `mc admin user set-policy`.
5 years ago
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
6 years ago
Krishnan Parthasarathi
236796ebd6
Add etcd as prerequisite for multi-user in gateway ( #7022 )
6 years ago
poornas
6a8ccc5925
update README.md ( #6893 )
6 years ago
Harshavardhana
ca7c3a3278
Add 'mc config host add' command in multi-user doc ( #6777 )
6 years ago
Harshavardhana
fde8c38638
Add default canned policies ( #6690 )
6 years ago
Harshavardhana
0edfb32621
Fix multi-user doc ( #6662 )
6 years ago
Harshavardhana
26b4b466df
Fix a typo in multi-user doc ( #6643 )
6 years ago
Harshavardhana
1e7e5e297c
Add canned policy support ( #6637 )
...
This PR adds an additional API where we can create
a new set of canned policies which can be used with one
or many users.
6 years ago
Harshavardhana
54ae364def
Introduce STS client grants API and OPA policy integration ( #6168 )
...
This PR introduces two new features
- AWS STS compatible STS API named AssumeRoleWithClientGrants
```
POST /?Action=AssumeRoleWithClientGrants&Token=<jwt>
```
This API endpoint returns temporary access credentials, access
tokens signature types supported by this API
- RSA keys
- ECDSA keys
Fetches the required public key from the JWKS endpoints, provides
them as rsa or ecdsa public keys.
- External policy engine support, in this case OPA policy engine
- Credentials are stored on disks
6 years ago