Skip to content

Commit db14aa8

Browse files
Merge pull request #2948 from OctopusDeploy/sast/jrb/log-in
Correctly use "log in" as an action
2 parents d9a077c + 75b0193 commit db14aa8

14 files changed

Lines changed: 30 additions & 30 deletions

File tree

src/pages/docs/administration/high-availability/troubleshooting/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you see the following licensing error, it means you have exceeded the number
1515

1616
*"Unfortunately your license limits have been exceeded, and you will no longer be able to create or deploy releases. Your Octopus Deploy license only allows X active nodes. You currently have Y active nodes."*
1717

18-
You can still login to your Octopus instance. You are only restricted from creating or deploying releases.
18+
You can still log in to your Octopus instance. You are only restricted from creating or deploying releases.
1919

2020
This may unintentionally occur if you have copied or moved your Octopus folders on your servers and you have multiple instances pointing to the same Octopus database.
2121

src/pages/docs/argo-cd/instances/argo-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To do this, the following must be performed:
2424
## Create a new User
2525
To create a new user in Argo, you must update the `argocd-cm` configmap (typically in the argo-cd namespace).
2626

27-
The following shows a configmap with a new user called `octopus` which is able to generate an apiKey, but cannot login
27+
The following shows a configmap with a new user called `octopus` which is able to generate an apiKey, but cannot log in
2828
via Argo's web-ui.
2929
```
3030
apiVersion: v1

src/pages/docs/deployments/azure/service-fabric/connecting-securely-with-azure-active-directory/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ Now that we have configured our Service Fabric cluster to use AAD, we can assign
5959
In the Azure Active Directory:
6060

6161
- Create a user that you will use for deploying to your Service Fabric cluster.
62-
- Login to the Azure Portal with this user (so you get past any temporary password shenanigans).
62+
- Log into the Azure Portal with this user (so you get past any temporary password shenanigans).
6363

64-
Once we know this user is valid and can login, we can proceed again to your Azure Active Directory in the Azure Portal:
64+
Once we know this user is valid and can log in, we can proceed again to your Azure Active Directory in the Azure Portal:
6565

6666
- Go to **App registrations**.
6767
- Select your cluster application that you setup earlier.

src/pages/docs/deployments/patterns/rollbacks/dotnet-windows-rollbacks/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For this guide, we will start with the following deployment process for the Octo
3535
:::
3636

3737
:::div{.success}
38-
View the deployment process on our [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/01-octofx-original/deployments/process). Please login as a guest.
38+
View the deployment process on our [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/01-octofx-original/deployments/process). Please log in as a guest.
3939
:::
4040

4141
## Zero configuration rollback
@@ -62,7 +62,7 @@ The updated deployment process will be:
6262
:::
6363

6464
:::div{.success}
65-
View the deployment process on our [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/02-octofx-simple-rollback/deployments/process). Please login as a guest.
65+
View the deployment process on our [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/02-octofx-simple-rollback/deployments/process). Please log in as a guest.
6666
:::
6767

6868
### Calculate deployment mode
@@ -120,7 +120,7 @@ The resulting process will be:
120120
:::
121121

122122
:::div{.success}
123-
View that deployment process on [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/03-octofx-complex-rollback/deployments/process). Please login as a guest.
123+
View that deployment process on [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/03-octofx-complex-rollback/deployments/process). Please log in as a guest.
124124
:::
125125

126126
### Comparison to simple rollback process

src/pages/docs/deployments/patterns/rollbacks/nginx/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The existing deployment process is:
3636
:::
3737

3838
:::div{.success}
39-
View the deployment process on our [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/01-octofx-original/deployments/process). Please login as a guest.
39+
View the deployment process on our [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/01-octofx-original/deployments/process). Please log in as a guest.
4040
:::
4141

4242
## Zero-configuration rollback
@@ -61,7 +61,7 @@ The updated deployment process will be:
6161
:::
6262

6363
:::div{.success}
64-
View the deployment process on our [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/bestbags-rollback/deployments/process). Please login as a guest.
64+
View the deployment process on our [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/bestbags-rollback/deployments/process). Please log in as a guest.
6565
:::
6666

6767
### calculate deployment mode

src/pages/docs/deployments/patterns/rollbacks/tomcat/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For this guide, we'll start with an existing deployment process for deploying th
4141
:::
4242

4343
:::div{.success}
44-
View the deployment process on our [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/01-petclinic-original/deployments/process). Please login as a guest.
44+
View the deployment process on our [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/01-petclinic-original/deployments/process). Please log in as a guest.
4545
:::
4646

4747
## Zero-configuration rollback
@@ -67,7 +67,7 @@ The updated deployment process for a simple rollback would look like this:
6767
:::
6868

6969
:::div{.success}
70-
View the deployment process on our [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/02-petclinic-simplerollback/deployments/process). Please login as a guest.
70+
View the deployment process on our [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/02-petclinic-simplerollback/deployments/process). Please log in as a guest.
7171
:::
7272

7373
### Calculate deployment mode
@@ -114,7 +114,7 @@ The new deployment process would look like this:
114114
:::
115115

116116
:::div{.success}
117-
View the deployment process on our [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/03-petclinic-complexrollback/deployments/process). Please login as a guest.
117+
View the deployment process on our [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/03-petclinic-complexrollback/deployments/process). Please log in as a guest.
118118
:::
119119

120120
Next, we'll go through the newly added and altered steps:

src/pages/docs/infrastructure/deployment-targets/tentacle/windows/clustered-listening-tentacles/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Complete the wizard, then navigate to the roles view to ensure the Tentacle serv
146146

147147
## Connect Octopus Server to a clustered Tentacle {#ClusteringTentacles-ConnectOctopusServer}
148148

149-
Login to the Octopus Portal and go to the **environments** page. Under the desired environment, click **Add Deployment Target**.
149+
Log into the Octopus Portal and go to the **environments** page. Under the desired environment, click **Add Deployment Target**.
150150

151151
For the target type, choose **Listening Tentacle**.
152152

src/pages/docs/kubernetes/tutorials/kubernetes-rollbacks.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For this guide, we'll start with an existing deployment process for deploying Pe
3434
:::
3535

3636
:::div{.success}
37-
View that deployment process on [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/01-kubernetes-original/deployments/process). Please login as a guest.
37+
View that deployment process on [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/01-kubernetes-original/deployments/process). Please lo gin as a guest.
3838
:::
3939

4040
## Zero-configuration Rollback
@@ -60,7 +60,7 @@ The updated deployment process for a simple rollback would look like this:
6060
:::
6161

6262
:::div{.success}
63-
View that deployment process on [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/02-kubernetes-simple-rollback/deployments/process). Please login as a guest.
63+
View that deployment process on [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/02-kubernetes-simple-rollback/deployments/process). Please log in as a guest.
6464
:::
6565

6666
### Calculate deployment mode
@@ -115,7 +115,7 @@ The new deployment process would look like this:
115115
:::
116116

117117
:::div{.success}
118-
View that deployment process on [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/03-kubernetes-complex-rollback/deployments/process). Please login as a guest.
118+
View that deployment process on [samples instance](https://samples.octopus.app/app#/Spaces-762/projects/03-kubernetes-complex-rollback/deployments/process). Please log in as a guest.
119119
:::
120120

121121
Next, we'll go through the newly added and altered steps:

src/pages/docs/octopus-rest-api/cli/octopus-login.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ navOrder: 72
88
---
99
import SamplesInstance from 'src/shared-content/samples/samples-instance.include.md';
1010

11-
Login to your Octopus server using OpenID Connect (OIDC) or an API key. If no arguments are provided then login will be done interactively allowing creation of an API key.
11+
Log into your Octopus server using OpenID Connect (OIDC) or an API key. If no arguments are provided then login will be done interactively allowing creation of an API key.
1212

1313
```
1414
Usage:

src/pages/docs/octopus-rest-api/openid-connect/github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
id-token: write # This is required to obtain the ID token from GitHub Actions
152152
contents: read # For example: this is required to check out code, remove if not needed
153153
steps:
154-
- name: Login to Octopus
154+
- name: Log into Octopus
155155
uses: OctopusDeploy/login@v1
156156
with:
157157
server: https://my.octopus.app

0 commit comments

Comments
 (0)