arcus-azure / arcus.eventgrid

Azure Event Grid development in a breeze
https://eventgrid.arcus-azure.net/
MIT License
17 stars 6 forks source link

feat: use secret store for new az event grid authorization #168

Closed stijnmoreels closed 3 years ago

stijnmoreels commented 3 years ago

Adds a new project called Arcus.EventGrid.WebApi.Security (added the ...WebApi...) where the updated Azure Event Grid authorization is located. This new authorization uses our Arcus secret store to retrieve the secret.

Feature docs are updated, but still leftover: the subscription validator is not yet moved. Can be created an issue for if this new project name is approved.

Closes #169 Relates to #164

SamVanhoutte commented 3 years ago

I read the docs, to understand the approach. Looks good to me !