leekeiabstraction commented on code in PR #2569:
URL: https://github.com/apache/fluss/pull/2569#discussion_r2782408650


##########
website/docs/quickstart/lakehouse.md:
##########
@@ -276,12 +358,14 @@ services:
        cp /tmp/opt/*.jar /opt/flink/opt/ 2>/dev/null || true;
        /docker-entrypoint.sh jobmanager"
     environment:
+      - AWS_ACCESS_KEY_ID=rustfsadmin

Review Comment:
   The coordinator server's MetadataManager.removeSensitiveTableOptions() 
filters out any property key containing "password", "secret", or "key".
   
   If your question is about why this differs to Paimon's, I was going to use 
the same approach for Paimon as well but Paimon's `S3Loader.requiredOptions()` 
include key and secret, which actually forces me to have the credentials 
defined in the CREATE CATALOG DDL otherwise Paimon wouldn't load its S3 classes.
   



-- 
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