
Explanation:
The practices that are not recommended for managing secrets are:
Why these practices are discouraged:
Caching secrets locally, regardless of the frequency, can lead to unauthorized access or exposure of sensitive information. It's advisable to avoid local caching altogether and instead use secure, centralized solutions for secret management.
Recommended practices include:
Adhering to these guidelines helps in safeguarding your applications and sensitive data effectively.
Identify two practices that are not recommended when managing secrets. (Select Two)
A
Cache Secrets locally once a year
B
Rotating Secrets is a must
C
Use a separate solution or platform
D
Cache Secrets locally many times a day
No comments yet.