Experiment - API key management
Problem:You have built a machine learning model that uses an external API for data enrichment. Currently, the API key is hardcoded in your code, which poses security risks and makes it difficult to rotate keys.
Current Metrics:Model runs successfully but API key exposure risk is high; no automated key rotation; potential downtime if key is compromised.
Issue:Hardcoded API keys increase security risks and reduce maintainability. There is no system to manage or rotate keys safely.