minio/pkg/auth
Harshavardhana 37d066b563
fix: deprecate requirement of session token for service accounts (#9320)
This PR fixes couple of behaviors with service accounts

- not need to have session token for service accounts
- service accounts can be generated by any user for themselves
  implicitly, with a valid signature.
- policy input for AddNewServiceAccount API is not fully typed
  allowing for validation before it is sent to the server.
- also bring in additional context for admin API errors if any
  when replying back to client.
- deprecate GetServiceAccount API as we do not need to reply
  back session tokens
2020-04-14 11:28:56 -07:00
..
credentials.go fix: deprecate requirement of session token for service accounts (#9320) 2020-04-14 11:28:56 -07:00
credentials_test.go Honor DurationSeconds properly for WebIdentity (#8581) 2019-11-29 18:57:54 +05:30