dhruvarya-db opened a new pull request, #15940:
URL: https://github.com/apache/iceberg/pull/15940

   The way DockerHub token is passed for logging in while publishing the 
rest-fixture image is not safe. See 
https://www.codegenes.net/blog/docker-using-password-via-the-cli-is-insecure-use-password-stdin/
 . Command-line arguments like -p can be visible to other processes, increasing 
the risk of exposure. 
   
   Instead of using -p, we use echo <token> | docker login ... --password-stdin 
for authentication now. This is the recommended way of doing it as per the 
official docker docs: 
https://docs.docker.com/reference/cli/docker/login/#password-stdin.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to