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
The auth policy doesn't seem to be needed to configure the event notifications integration, however I suspect without it, events won't flow to the instance.
As always we should provide a skip boolean variable to optionally skip creation of the auth policy. And there should be a count around auth policy so it only occurs if:
not using existing SCC instance
not setting the skip boolean to true
user is passing an event notifications instance to configure the integration\
Ensure this gets exposed in the DA too
The text was updated successfully, but these errors were encountered:
The auth policy doesn't seem to be needed to configure the event notifications integration, however I suspect without it, events won't flow to the instance.
The policy would look something like this:
As always we should provide a skip boolean variable to optionally skip creation of the auth policy. And there should be a count around auth policy so it only occurs if:
Ensure this gets exposed in the DA too
The text was updated successfully, but these errors were encountered: