You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
When receiving secrets from the Azure Active Directory, the same model is used to both retrieve the correct secrets as well to send CloudEvents to Azure Event Grid. This can possible lead to security issues when we want to enhance the AzureApplication model because it would immediately mean we enhance the transfer object for the event, making it public.
Describe the solution you'd like
Split the models into 2 so we have more control over what needs to be internal and what can be published.