fugue / credstash

A little utility for managing credentials in the cloud
Apache License 2.0
2.06k stars 214 forks source link

asp.net core 2.0 #205

Closed jaszb closed 6 years ago

jaszb commented 6 years ago

Thanks for this. I have a question on implementing in a asp.net core scenario. I saw the sample code for retrieving a secret but i'm unsure where is the best place to retrieve the secret and i'd ideally just want to do this once.

I guessing the StartUp.cs would be best?

Your thoughts/recommendations appreciated.

John, Perth, Australia

alex-luminal commented 6 years ago

this is python.