Skip to content

Commit 4be6d8f

Browse files
committed
Merge branch 'main' into waf/refactor
2 parents 15289a7 + 411a6c5 commit 4be6d8f

File tree

4 files changed

+513
-49
lines changed

4 files changed

+513
-49
lines changed

content/includes/nginx-one/cloud-access.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@
22
files:
33
- content/nginx-one/secure-your-fleet/set-up-security-alerts.md
44
- content/nginx-one/getting-started.md
5+
- content/nginx-one/workshops/lab1/getting-started-with-nginx-one.md
56
---
67

7-
Confirm that an F5 Distributed Cloud tenant has been provisioned for you.
8+
Confirm that an F5 Distributed Cloud tenant has been provisioned for you. To do so:
89

910
1. Log in to [MyF5](https://my.f5.com/manage/s/) and review your subscriptions.
1011
2. Look for **Distributed Cloud** in one of your subscriptions. This could appear under an NGINX subscription or a Distributed Cloud subscription.
1112

1213
If you don’t see **Distributed Cloud** in any subscription, contact your F5 account team or Customer Success Manager.
1314

14-
When your tenant is created, you or someone in your organization should receive an email from **[email protected]** asking you to set your password. The account name in bold in the email is your tenant name.
15+
When you have a subscription, you or someone in your organization should have an email from [email protected] asking you to update your password.
1516

16-
Go to `https://<TENANT_NAME>.console.ves.volterra.io/` to access F5 Distributed Cloud.
17-
If you have never signed in, select **Forgot Password?** on the sign-in page.
18-
Alternatively, ask someone in your organization with access to add you as a user in your tenant with a role that includes permissions for NGINX One Console.
17+
That email includes an account name, which is the TENANT_NAME.
18+
19+
To access F5 Distributed Cloud, go to to https://INSERT_YOUR_TENANT_NAME.console.ves.volterra.io/. If you have never logged in, select the **Forgot Password?** option in the log in screen. Alternatively, if someone within your organization has access, ask them to add you as a user within your tenant with access to NGINX One Console.
20+
21+
If you do not know your TENANT_NAME, you can:
22+
23+
- Email [email protected] to get your username and TENANT_NAME.
24+
- If you have a dedicated F5 tenant administrator, ask them to:
25+
- Provide a username for your tenant
26+
- Ask them to reset your password

content/nginx-one/k8s/add-ngf-helm.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,11 @@ helm install ngf . \
108108

109109
{{%tab name="NGINX Plus"%}}
110110

111-
{{< note >}} If applicable, replace the F5 Container registry `private-registry.nginx.com` with your internal registry for your NGINX Plus image, and replace `nginx-plus-registry-secret` with your Secret name containing the registry credentials. If your NGINX Plus JWT Secret has a different name than the default `nplus-license`, then define that name using the `nginx.usage.secretName` flag. {{< /note >}}
111+
{{< call-out "note" >}}
112+
113+
If applicable, replace the F5 Container registry `private-registry.nginx.com` with your internal registry for your NGINX Plus image, and replace `nginx-plus-registry-secret` with your Secret name containing the registry credentials. If your NGINX Plus JWT Secret has a different name than the default `nplus-license`, then define that name using the `nginx.usage.secretName` flag.
114+
115+
{{< /call-out >}}
112116

113117
To install the chart into the **nginx-gateway** namespace, run the following command:
114118

content/nginx-one/secure-your-fleet/set-up-security-alerts.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ If you already have accessed F5 Distributed Cloud and have NGINX instances avail
2727

2828
### Confirm access to the F5 Distributed Cloud
2929

30-
Confirm an F5 Distributed Cloud tenant has been provisioned for you. Log in to the [MyF5](https://my.f5.com) customer portal and review your subscriptions. You should see within one of your subscriptions "Distributed Cloud". This could be in either an NGINX subscription or a Distributed Cloud. If the above does not appear in any of your subscriptions, reach out to either your F5 Account Team or Customer Success Manager.
31-
32-
With access, you or someone in your organization should have an email from [email protected] asking you to update your password when the tenant was created. The account name referenced in the email in bold is the tenant name.
33-
34-
Go to https://INSERT_YOUR_TENANT_NAME.console.ves.volterra.io/ to access F5 Distributed Cloud. If you have never logged in, select the **Forgot Password?** option in the log in screen. Alternatively, if someone within your organization has access, ask them to add you as a user within your tenant with a role providing permissions for NGINX One.
30+
{{< include "/nginx-one/cloud-access.md" >}}
3531

3632
### Confirm access to NGINX One Console in the F5 Distributed Cloud
3733

0 commit comments

Comments
 (0)