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
In the secret scanning tab, the "Integrate with Github" button is not working.
To Reproduce
Steps to reproduce the behavior:
Navigate to the Secret Scanning tab.
Click on the "Integrate with GitHub" button.
Observe that no toast or actionable feedback is provided, and the integration does not proceed.
Expected behavior
Clicking on the "Integrate with GitHub" button should:
Provide user feedback, such as a toast or notification, indicating the status of the integration.
Screenshots
Additional context
Clicking the button triggers the createNewIntegrationSession function.
This function sends a request to the backend endpoint registerSecretScanningRouter.
The backend checks if the organization ID is listed in SECRET_SCANNING_ORG_WHITELIST.
If the ID is not whitelisted, the backend returns a 400 Bad Request with a message saying that Secret scanning is temporarily unavailable.
As a result, createNewIntegrationSession returns undefined, causing the error.
No feedback is provided to the user regarding this failure.
The text was updated successfully, but these errors were encountered:
Describe the bug
In the secret scanning tab, the "Integrate with Github" button is not working.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clicking on the "Integrate with GitHub" button should:
Provide user feedback, such as a toast or notification, indicating the status of the integration.
Screenshots
Additional context
Clicking the button triggers the createNewIntegrationSession function.
This function sends a request to the backend endpoint registerSecretScanningRouter.
The backend checks if the organization ID is listed in SECRET_SCANNING_ORG_WHITELIST.
If the ID is not whitelisted, the backend returns a 400 Bad Request with a message saying that
Secret scanning is temporarily unavailable
.As a result, createNewIntegrationSession returns undefined, causing the error.
No feedback is provided to the user regarding this failure.
The text was updated successfully, but these errors were encountered: