-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Ghe integration #21929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
cbehera-newrelic
wants to merge
16
commits into
develop
Choose a base branch
from
GHE-integration
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Ghe integration #21929
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
52f149b
wip
cbehera-newrelic a6a4ea2
wip
cbehera-newrelic 7dca6ef
wip
cbehera-newrelic fd35b6f
wip
cbehera-newrelic c4f0f41
wip
cbehera-newrelic 0ba5a33
Merge branch 'develop' into GHE-integration
cbehera-newrelic 88febe5
fixing merge conflicts
cbehera-newrelic 903de75
removed image
cbehera-newrelic c2a8f77
deleted unpaired translation
cbehera-newrelic 79b23fe
Fixed review comments
cbehera-newrelic be92db9
fixing merge conflicts
cbehera-newrelic c2b96f9
All review comments are addressed
cbehera-newrelic 46f78be
Updates to styes
cbehera-newrelic 168cd73
review comments are addressed
cbehera-newrelic b2f48c4
minor enhancements
cbehera-newrelic f1ea8be
Review comments are incorporated
cbehera-newrelic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
wip
- Loading branch information
commit c4f0f413af35baeecdd7529166a4f5002acdeb36
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...vice-architecture-intelligence/github-integrations/github-cloud-integration.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| title: Service Architecture Intelligence with GitHub Enterprise Integration | ||
| title: Service Architecture Intelligence with GitHub Enterprise (On-prem) | ||
| tags: | ||
| - New Relic integrations | ||
| - GitHub Enterprise integration | ||
|
|
@@ -21,7 +21,6 @@ This integration streamlines the onboarding process for users and teams, simplif | |
| **Prerequisites** | ||
|
|
||
| * Login to your GitHub Enterprise account you plan to integrate with New Relic. | ||
|
||
| * You must be the Organization Manager or Authentication Domain Manager. | ||
| * Docker environment to run the collector service within your GHE network. | ||
|
|
||
| **To set up the GitHub Enterprise integration:** | ||
|
|
@@ -40,7 +39,7 @@ This integration streamlines the onboarding process for users and teams, simplif | |
| <tr> | ||
| <th>Variable</th> | ||
| <th>Source</th> | ||
| <th>How to Obtain</th> | ||
| <th>How to obtain</th> | ||
| </tr> | ||
| </thead> | ||
| <tbody> | ||
|
|
@@ -77,15 +76,55 @@ This integration streamlines the onboarding process for users and teams, simplif | |
| </tbody> | ||
| </table> | ||
|
|
||
| The following are optional environment variables for making API HTTPS. | ||
|
|
||
| <table> | ||
| <thead> | ||
| <tr> | ||
| <th>Optional Variable</th> | ||
| <th>Source</th> | ||
| <th>How to obtain</th> | ||
| </tr> | ||
| </thead> | ||
| <tbody> | ||
| <tr> | ||
| <td>`SERVER_SSL_KEY_STORE`</td> | ||
| <td>SSL Configuration</td> | ||
| <td>Path to the SSL keystore file for HTTPS configuration.</td> | ||
| </tr> | ||
| <tr> | ||
| <td>`SERVER_SSL_KEY_STORE_PASSWORD`</td> | ||
| <td>SSL Configuration</td> | ||
| <td>Password for the SSL keystore file.</td> | ||
| </tr> | ||
| <tr> | ||
| <td>`SERVER_SSL_KEY_STORE_TYPE`</td> | ||
| <td>SSL Configuration</td> | ||
| <td>Type of the SSL keystore (e.g., PKCS12, JKS).</td> | ||
| </tr> | ||
| <tr> | ||
| <td>`SERVER_SSL_KEY_ALIAS`</td> | ||
| <td>SSL Configuration</td> | ||
| <td>Alias for the SSL key within the keystore.</td> | ||
| </tr> | ||
| <tr> | ||
| <td>`SERVER_PORT`</td> | ||
| <td>SSL Configuration</td> | ||
| <td>Server port for HTTPS communication. Use 8443 for HTTPS.</td> | ||
| </tr> | ||
| </tbody> | ||
| </table> | ||
|
|
||
| 3. **Deploy the collector service**: The collector service is delivered as a Docker image. Deployment can be done in one of two ways: | ||
|
|
||
| **Option A: Using Docker Compose (Recommended)** | ||
|
|
||
| We will provide a sample Docker Compose file that automates the download and deployment of the service. | ||
|
|
||
| 1. Download the provided Docker Compose file. | ||
| 2. Configure the environment variables from step 2. | ||
| 3. Run the following command: | ||
| a. Download the provided Docker Compose file. | ||
| b. Configure the environment variables as described in step 2. | ||
| c. Run the following command: | ||
|
|
||
| ```bash | ||
| docker-compose up -d | ||
| ``` | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.