fod-dev / fod-uploader-java

Java Utility for uploading packages to FoD
MIT License
12 stars 27 forks source link

Consume credentials via environment variables? #79

Open ftclausen opened 3 years ago

ftclausen commented 3 years ago

Is there a way to consume credentials via environment variables? Rather than the -apiCredentials or -userCredentials parameters. This is more secure (process list won't show creds) and easier to manage in non-interactive environments.

yeulih commented 3 years ago

Hello, FoDUploader doesn't currently support environment variables, but there could be some workarounds that could work for your situation based on a Google search.