Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/docs/approvals/servicenow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
### Deployments

| Project | Environment | Outcome |
|--|--|--|

Check failure on line 24 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:24:10 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 24 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:24:7 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 24 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:24:4 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| Change controlled| Change controlled| Approval required for deployment |

Check failure on line 25 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:25:74 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 25 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:25:39 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 25 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:25:20 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| **_Not_** Change controlled| Change controlled| No approval required |

Check failure on line 26 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:26:49 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 26 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:26:30 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 26 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Emphasis style

src/pages/docs/approvals/servicenow/index.md:26:9 MD049/emphasis-style Emphasis style [Expected: asterisk; Actual: underscore] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md049.md

Check failure on line 26 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Emphasis style

src/pages/docs/approvals/servicenow/index.md:26:5 MD049/emphasis-style Emphasis style [Expected: asterisk; Actual: underscore] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md049.md
| Change controlled| **_Not_** Change controlled| No approval required |

### Runbooks
Expand Down Expand Up @@ -62,7 +62,7 @@

The Octopus Deploy / ServiceNow integration requires security configuration in your target ServiceNow instance.

Follow the [ServiceNow OAuth documentation](https://docs.servicenow.com/bundle/sandiego-platform-security/page/administer/security/task/t_SettingUpOAuth.html) to configure an OAuth endpoint for Octopus to use for authentication. Take note of the OAuth client id and client secret from the configuration.
Follow the [ServiceNow OAuth documentation](https://www.servicenow.com/docs/r/platform-security/authentication/t_SettingUpOAuth.html) to configure an OAuth endpoint for Octopus to use for authentication. Take note of the OAuth client id and client secret from the configuration.

Next, the integration will require a user account in ServiceNow. The recommendation is to create a service account specifically for Octopus, once created the user must be assigned the following two roles:

Expand Down
Loading