michaelkoepf commented on issue #613:
URL: https://github.com/apache/fluss/issues/613#issuecomment-3571185330

   @polyzos there are 2 paths how to support minio.
   
   1. via #1245. deactivate token delegation and embed access key and secret in 
fluss components (client/server). should only be used in trusted environments.
   2. via #621
   
   imo, #1245 takes priority. not just because of minio but also to allow users 
to use aws authetnication methods when running entirely on aws, see 
[here](https://github.com/apache/fluss/discussions/1911#discussioncomment-15052300).
 this will also be the preferred solution of companies, if they are entirely on 
aws, as #621 requires to come up with a own distribution scheme for the 
credentials to assume the token in order to avoid embedding them in the config. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to