Ensure component works with MSI and certificates

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
ItalyPaleAle 2023-01-23 16:58:50 -08:00
parent ce12c255da
commit 8965515993
1 changed files with 0 additions and 6 deletions

View File

@ -194,12 +194,6 @@ func (a *AzureEventGrid) ensureInputBindingMetadata() error {
if a.metadata.SubscriptionID == "" {
return errors.New("metadata field 'SubscriptionID' is empty in EventGrid binding")
}
if a.metadata.ClientID == "" {
return errors.New("metadata field 'ClientID' is empty in EventGrid binding")
}
if a.metadata.ClientSecret == "" {
return errors.New("metadata field 'ClientSecret' is empty in EventGrid binding")
}
if a.metadata.SubscriberEndpoint == "" {
return errors.New("metadata field 'SubscriberEndpoint' is empty in EventGrid binding")
}