Lenin Alevski
26bcbb896a
Remove unecessary default scopes for IDP integration ( #686 )
2021-04-08 14:04:32 -07:00
Lenin Alevski
7b4254f525
Display errors during IDP authentication ( #685 )
2021-04-06 00:38:11 -07:00
Daniel Valdivia
bb91cb66b0
Operator UI improvements ( #678 )
2021-04-01 16:13:57 -07:00
Alex
6f98ecc59f
Revert "Tiers & lifecycle implementation ( #615 )" ( #636 )
...
This reverts commit ac77b8b441 .
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-03-09 14:07:53 -08:00
Alex
ac77b8b441
Tiers & lifecycle implementation ( #615 )
...
* Tiers & lifecycle implementation
* Add a feature flag for ILM
* Update pkg/auth/idp/oauth2/provider.go
Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-03-09 12:36:48 -08:00
Lenin Alevski
9c1f0c47b0
Custom HTTP Client TLS transport for STSWebIdentity ( #612 )
...
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2021-02-25 09:09:55 -08:00
Alex
3617ff2aef
Updated copyright year in all the files ( #565 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-01-19 15:04:13 -08:00
Lenin Alevski
58903e8337
Remove use of Privileged Credentials ( #535 )
...
- Leverage on MinIO Oauth integration instead of the
current Console implementation
- Refactor pkg/idp
- Added tests to login
2021-01-07 11:49:56 -08:00
Daniel Valdivia
769c8caa71
Rename MCS to Console in codebase ( #205 )
2020-07-26 00:34:17 -07:00
Lenin Alevski
44d8e9b975
idp integration for mcs ( #75 )
...
This PR adds support for oidc in mcs, to enable idp
authentication you need to pass the following environment variables and
restart mcs.
```
MCS_IDP_URL=""
MCS_IDP_CLIENT_ID=""
MCS_IDP_SECRET=""
MCS_IDP_CALLBACK=""
```
2020-05-01 08:38:52 -07:00