Agri-Hub / eoProcessors

GNU Affero General Public License v3.0
0 stars 1 forks source link

Introduce proper credential management (.netrc) #4

Closed fbalaban closed 4 months ago

fbalaban commented 5 months ago

If some inspiration is needed, please check here: https://github.com/SDFIdk/CDSETool/blob/main/src/cdsetool/credentials.py

fbalaban commented 5 months ago

Cdsetool will have its own NOA cli wrapper. Cdsetool already deals pretty well the .netrc managment. It is not necessary to further engineer this (in case proper instructions are there), however, we should consider if current implementation is platform agnostic (in the dry run cli use case)

fbalaban commented 4 months ago

Feature has been integrated in issue #11 (branch #13 ) It is somehow restrictive to only use .netrc files, (and the respective generate_netrc.sh scripts), so a TODO would be to get credentials from another source (like env vars)