List of questions
Related questions
Question 222 - 350-901 discussion
Refer to the exhibit.
A developer created a Python script to retrieve information about Meraki devices in a local network deployment After requesting a security review of the code the security analyst has observed poor secret storage practices What is the appropriate secret storage approach''
Set the Base64 encoded version of the API key as MER_API_KEY m the code and Base64 decode before using m the header
Leverage an external secret vault to retrieve MER_API_KEY and embed the vault key as a new variable before running the code
Leverage an external secret vault to retrieve MER_APl_KEY and set the vault key as an OS environment variable before running the code
Set an OS environment variable for MER_API_KEY to the API key before running the code and no longer set MER_API_KEY within the code
0 comments
Leave a comment first