Fix MaxMind database downloads post-CCPA update #8
Signed-off-by: Martin Lowe martin.lowe@eclipse-foundation.org
Merge request reports
Activity
Filter activity
@mbarbero I've updated the script to be mostly complete, all we need to do is add a way of securely retrieving the API key. Since it won't change, I was thinking we could use a secret file w/ the key in it, and then just cat the file into a variable, something like
LICENSE_KEY=cat /run/secrets/license_key
. Just wanted to check in before I did the work for it
Please register or sign in to reply