noobaa-core icon indicating copy to clipboard operation
noobaa-core copied to clipboard

Authorization flow should be separated from S3 Authentication flow

Open jeniawhite opened this issue 5 years ago • 1 comments

Is your feature request related to a problem? Please describe. Currently, the S3 authentication flow is a part of the auth_server authorization flow. This creates a complex authorization mechanism that is much more error-prone and requires delicate handling when there are bugs or required changes/additions to the component.

Describe the solution you'd like These two flows should be separated. The S3 authentication should be handled in addition to the auth_server authorization.

jeniawhite avatar Jan 28 '20 08:01 jeniawhite