Skip to content

Commit 20a0f47

Browse files
committed
fix: Fixing URL for pipelines machine users install
1 parent 62c35c3 commit 20a0f47

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

docs/2.0/docs/accountfactory/architecture/security-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Requires the following tokens be created:
7979
- `INFRA_ROOT_WRITE_TOKEN`: Fine-grained PAT with read/write access to infrastructure repositories
8080
- `ORG_REPO_ADMIN_TOKEN`: Fine-grained PAT with admin access for repository management
8181

82-
See [Setup via Machine Users](/2.0/docs/pipelines/installation/viamachineusers.md) for more details.
82+
See [Setup via Machine Users](/2.0/docs/pipelines/installation/viamachineusers) for more details.
8383

8484
</TabItem>
8585
<TabItem value="gitlab" label="GitLab">

docs/2.0/docs/accountfactory/installation/addingnewrepo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Navigate to the template repository and select **Use this template** -> **Create
2323

2424
Use the Gruntwork.io GitHub App to [add the repository as an Infra Root repository](/2.0/docs/pipelines/installation/viagithubapp#configuration).
2525

26-
If using the [machine user model](/2.0/docs/pipelines/installation/viamachineusers.md), ensure the `INFRA_ROOT_WRITE_TOKEN` (and `ORG_REPO_ADMIN_TOKEN` for enterprise customers) is added to the repository as a secret or configured as an organization secret.
26+
If using the [machine user model](/2.0/docs/pipelines/installation/viamachineusers), ensure the `INFRA_ROOT_WRITE_TOKEN` (and `ORG_REPO_ADMIN_TOKEN` for enterprise customers) is added to the repository as a secret or configured as an organization secret.
2727

2828
## Updating the Bootstrap Workflow
2929

docs/2.0/docs/pipelines/architecture/security-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Requires that the following tokens are created:
4747
- `INFRA_ROOT_WRITE_TOKEN`: Fine-grained PAT with read/write access to infrastructure repositories
4848
- `ORG_REPO_ADMIN_TOKEN`: Fine-grained PAT with admin access for repository management
4949

50-
See [Setup via Machine Users](/2.0/docs/pipelines/installation/viamachineusers.md) for more details.
50+
See [Setup via Machine Users](/2.0/docs/pipelines/installation/viamachineusers) for more details.
5151

5252
</TabItem>
5353
<TabItem value="gitlab" label="GitLab">

docs/2.0/docs/pipelines/installation/addingexistingrepo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Pipelines needs the ability to interact with Source Control Management (SCM) pla
8686
There are two ways to configure SCM access for Pipelines:
8787

8888
1. Using the [Gruntwork.io GitHub App](/2.0/docs/pipelines/installation/viagithubapp#configuration) (recommended for most GitHub users).
89-
2. Using a [machine user](/2.0/docs/pipelines/installation/viamachineusers.md) (recommended for GitHub users who cannot use the GitHub App).
89+
2. Using a [machine user](/2.0/docs/pipelines/installation/viamachineusers) (recommended for GitHub users who cannot use the GitHub App).
9090

9191
:::note Progress Checklist
9292

docs/2.0/docs/pipelines/installation/addingnewgitlabrepo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ To use Gruntwork Pipelines in an **existing** GitLab repository, see this [guide
1313
Before you begin, make sure you have:
1414

1515
- Basic familiarity with Git, GitLab, and infrastructure as code concepts
16-
- Completed the [AWS Landing Zone setup](/2.0/docs/pipelines/installation/prerequisites/awslandingzone)
17-
- Have programmatic access to the AWS accounts created in the [AWS Landing Zone setup](/2.0/docs/pipelines/installation/prerequisites/awslandingzone)
16+
- Completed the [AWS Landing Zone setup](/2.0/docs/accountfactory/prerequisites/awslandingzone)
17+
- Have programmatic access to the AWS accounts created in the [AWS Landing Zone setup](/2.0/docs/accountfactory/prerequisites/awslandingzone)
1818
- Completed the [Pipelines Auth setup for GitLab](/2.0/docs/pipelines/installation/viamachineusers#gitlab) and setup a machine user with appropriate PAT tokens
1919
- Local access to Gruntwork's GitHub repositories, specifically the [architecture catalog](https://github.com/gruntwork-io/terraform-aws-architecture-catalog/)
2020

docs/2.0/docs/pipelines/installation/addingnewrepo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pipelines needs the ability to interact with Source Control Management (SCM) pla
2323
There are two ways to configure SCM access for Pipelines:
2424

2525
1. Using the [Gruntwork.io GitHub App](/2.0/docs/pipelines/installation/viagithubapp#configuration) (recommended for most GitHub users).
26-
2. Using a [machine user](/2.0/docs/pipelines/installation/viamachineusers.md) (recommended for GitHub users who cannot use the GitHub App).
26+
2. Using a [machine user](/2.0/docs/pipelines/installation/viamachineusers) (recommended for GitHub users who cannot use the GitHub App).
2727

2828
:::note Progress Checklist
2929

docs/2.0/docs/pipelines/installation/authoverview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gruntwork Pipelines requires authentication with Source Control Management (SCM)
1212
Gruntwork provides two authentication methods:
1313

1414
- [The Gruntwork.io GitHub App](/2.0/docs/pipelines/installation/viagithubapp.md)
15-
- [CI Users (Machine Users)](/2.0/docs/pipelines/installation/viamachineusers.md)
15+
- [CI Users (Machine Users)](/2.0/docs/pipelines/installation/viamachineusers)
1616

1717
Both approaches support the core functionality of Pipelines. The GitHub App provides additional features and benefits, making it the recommended method for most customers that can use it. While Gruntwork strives to ensure feature parity between the two authentication mechanisms, certain advanced features are exclusive to the GitHub App, and this list is expected to grow over time.
1818

docs/2.0/docs/pipelines/installation/viagithubapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The following features of the Gruntwork.io GitHub App will be unavailable during
132132

133133
### Fallback
134134

135-
In order to ensure that the availability of the Gruntwork.io GitHub App is not something that can impair the ability of users to drive infrastructure updates, users can also authenticate with GitHub using [Machine users](/2.0/docs/pipelines/installation/viamachineusers.md).
135+
In order to ensure that the availability of the Gruntwork.io GitHub App is not something that can impair the ability of users to drive infrastructure updates, users can also authenticate with GitHub using [Machine users](/2.0/docs/pipelines/installation/viamachineusers).
136136

137137
Configuring the `PIPELINES_READ_TOKEN`, `INFRA_ROOT_WRITE_TOKEN` and `ORG_REPO_ADMIN_TOKEN` where necessary (following the documentation linked above) will result in Pipelines using the machine users mechanism to authenticate with GitHub, rather than the Gruntwork.io GitHub App.
138138

0 commit comments

Comments
 (0)