Probe every access review connector on status check
Bad API keys and expired OAuth tokens showed Connected because probes ran only for OAuth2 and many providers had no ProbeURL. Add a registry ProbeConnection dispatcher with static, dynamic, and custom probes so all 41 providers are checked on demand. Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
@@ -35,6 +35,7 @@ func renderRegistration() *Registration {
|
||||
Provider: coredata.ConnectorProviderRender,
|
||||
DisplayName: "Render",
|
||||
SupportsAPIKey: true,
|
||||
BuildProbeURL: buildRenderProbeURL,
|
||||
ExtraSettings: []ExtraSetting{
|
||||
{Key: "workspaceId", Label: "Workspace ID", Required: true},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user