mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
improvements: address feedback and setup queue worker profiles
This commit is contained in:
@@ -5,6 +5,12 @@ description: "Learn how to configure a GitHub Radar Connection for Infisical."
|
||||
|
||||
Infisical supports GitHub App installation for creating a GitHub Radar Connection.
|
||||
|
||||
<Note>
|
||||
GitHub Radar Connections are specifically configured for [Secret Scanning](/documentation/platform/secret-scanning/overview) and require specific permissions and webhook configuration.
|
||||
|
||||
Check out our [GitHub Connection](/integrations/app-connections/github) for secret management features such as [Secret Syncs](/integrations/secret-syncs/overview).
|
||||
</Note>
|
||||
|
||||
<Accordion title="Self-Hosted Instance">
|
||||
Using a GitHub Radar Connection with app authentication on a self-hosted instance of Infisical requires configuring an application on GitHub
|
||||
and registering your instance with it.
|
||||
@@ -38,19 +44,14 @@ Infisical supports GitHub App installation for creating a GitHub Radar Connectio
|
||||

|
||||
|
||||
Set the following repository permissions:
|
||||
1. **Checks**: `Read and Write`
|
||||
2. **Content**: `Read-only`
|
||||
3. **Issues**: `Read and Write`
|
||||
4. **Metadata**: `Read-only`
|
||||
5. **Pull Requests**: `Read and Write`
|
||||
- **Contents**: `Read-only`
|
||||
- **Metadata**: `Read-only`
|
||||
|
||||

|
||||

|
||||
|
||||
Subscribe to the following events:
|
||||
1. **Check run**
|
||||
2. **Pull request**
|
||||
3. **Push**
|
||||
- **Push**
|
||||
|
||||

|
||||
|
||||
@@ -92,7 +93,7 @@ Infisical supports GitHub App installation for creating a GitHub Radar Connectio
|
||||
</Steps>
|
||||
</Accordion>
|
||||
|
||||
## Setup GitHub Connection in Infisical
|
||||
## Setup GitHub Radar Connection in Infisical
|
||||
|
||||
<Steps>
|
||||
<Step title="Navigate to App Connections">
|
||||
@@ -100,7 +101,7 @@ Infisical supports GitHub App installation for creating a GitHub Radar Connectio
|
||||

|
||||
</Step>
|
||||
<Step title="Add Connection">
|
||||
Select the **GitHub Connection** option from the connection options modal.
|
||||
Select the **GitHub Radar Connection** option from the connection options modal.
|
||||

|
||||
</Step>
|
||||
<Step title="Authorize Connection">
|
||||
|
||||
Reference in New Issue
Block a user