celestiaorg / knuu

Integration Test Framework
Apache License 2.0
38 stars 31 forks source link

Consider enhancing minio security by not using static credentials. #433

Open mojtaba-esk opened 3 weeks ago

mojtaba-esk commented 3 weeks ago

Consider enhancing security by not using static credentials.

It's generally a security best practice to avoid using static credentials (rootUser and rootPassword) directly in code. Consider implementing a more secure method of managing these credentials, such as using Kubernetes secrets or environment variables.

_Originally posted by @coderabbitai[bot] in https://github.com/celestiaorg/knuu/pull/409#discussion_r1631483297_