You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of our current data download process for the weather-dl, we are not using secret-manager services. This poses a potential security risk, as the sensitive configuration data stored in the config file could be inadvertently leaked, resulting in public access to our API keys and other credentials.
To ensure the security of our licenses and sensitive configuration data, we should integrate the Secret Manager service into the weather-dl application. This will allow us to securely manage and retrieve API keys, URLs, and other credentials used during the data download process.
The text was updated successfully, but these errors were encountered:
dabhicusp
changed the title
Make use of [secret-manager](https://cloud.google.com/secret-manager) while using weather-dl for license keys.
Make use of secret-manager while using weather-dl for license keys.
Jul 26, 2023
As part of our current data download process for the
weather-dl
, we are not using secret-manager services. This poses a potential security risk, as the sensitive configuration data stored in the config file could be inadvertently leaked, resulting in public access to our API keys and other credentials.To ensure the security of our licenses and sensitive configuration data, we should integrate the Secret Manager service into the
weather-dl
application. This will allow us to securely manage and retrieve API keys, URLs, and other credentials used during the data download process.The text was updated successfully, but these errors were encountered: