ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 222 - 350-901 discussion

Report
Export

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''

A.

Set the Base64 encoded version of the API key as MER_API_KEY m the code and Base64 decode before using m the header

Answers
A.

Set the Base64 encoded version of the API key as MER_API_KEY m the code and Base64 decode before using m the header

B.

Leverage an external secret vault to retrieve MER_API_KEY and embed the vault key as a new variable before running the code

Answers
B.

Leverage an external secret vault to retrieve MER_API_KEY and embed the vault key as a new variable before running the code

C.

Leverage an external secret vault to retrieve MER_APl_KEY and set the vault key as an OS environment variable before running the code

Answers
C.

Leverage an external secret vault to retrieve MER_APl_KEY and set the vault key as an OS environment variable before running the code

D.

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

Answers
D.

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

Suggested answer: C
asked 10/10/2024
Chan Man Wong
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first