From 31b91b6f3420a69fbaf44c0509d99d23bf6d0b89 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:06:05 -0700 Subject: [PATCH 1/4] fix: clarify what users should do if they don't have a TENANT_NAME --- content/includes/nginx-one/cloud-access.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/content/includes/nginx-one/cloud-access.md b/content/includes/nginx-one/cloud-access.md index 48d64879f..f85f7b9d9 100644 --- a/content/includes/nginx-one/cloud-access.md +++ b/content/includes/nginx-one/cloud-access.md @@ -4,15 +4,22 @@ files: - content/nginx-one/getting-started.md --- -Confirm that an F5 Distributed Cloud tenant has been provisioned for you. +Confirm that an F5 Distributed Cloud tenant has been provisioned for you. To do so: 1. Log in to [MyF5](https://my.f5.com/manage/s/) and review your subscriptions. 2. Look for **Distributed Cloud** in one of your subscriptions. This could appear under an NGINX subscription or a Distributed Cloud subscription. If you don’t see **Distributed Cloud** in any subscription, contact your F5 account team or Customer Success Manager. -When your tenant is created, you or someone in your organization should receive an email from **no-reply@cloud.f5.com** asking you to set your password. The account name in bold in the email is your tenant name. +When you have a subscription, you or someone in your organization should have an email from no-reply@cloud.f5.com asking you to update your password. -Go to `https://.console.ves.volterra.io/` to access F5 Distributed Cloud. -If you have never signed in, select **Forgot Password?** on the sign-in page. -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. +That email includes an account name, which is the TENANT_NAME. + +To access F5 Distributed Cloud, navigate 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. + +If you do not know your TENANT_NAME, you can: + +- Email support@cloud.f5.com to get your username and TENANT_NAME. +- If you have a dedicated F5 tenant administrator, ask them to: + - Provide a username to your tenant + - Ask them to reset your password From 5114456ab9935a6628e0617d994e87a5f7f3d7de Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:31:08 -0700 Subject: [PATCH 2/4] Update secure your fleet with include --- .../nginx-one/secure-your-fleet/set-up-security-alerts.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/nginx-one/secure-your-fleet/set-up-security-alerts.md b/content/nginx-one/secure-your-fleet/set-up-security-alerts.md index 7cca3d292..ee3d3c6c2 100644 --- a/content/nginx-one/secure-your-fleet/set-up-security-alerts.md +++ b/content/nginx-one/secure-your-fleet/set-up-security-alerts.md @@ -27,11 +27,7 @@ If you already have accessed F5 Distributed Cloud and have NGINX instances avail ### Confirm access to the F5 Distributed Cloud -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. - -With access, you or someone in your organization should have an email from no-reply@cloud.f5.com asking you to update your password when the tenant was created. The account name referenced in the email in bold is the tenant name. - -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. +{{< include "/nginx-one/cloud-access.md" >}} ### Confirm access to NGINX One Console in the F5 Distributed Cloud From 16229d6e0070549925aebffde105f87d7f56ca33 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Wed, 20 Aug 2025 06:18:15 -0700 Subject: [PATCH 3/4] Update content/includes/nginx-one/cloud-access.md --- content/includes/nginx-one/cloud-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/includes/nginx-one/cloud-access.md b/content/includes/nginx-one/cloud-access.md index f85f7b9d9..43b7e29dc 100644 --- a/content/includes/nginx-one/cloud-access.md +++ b/content/includes/nginx-one/cloud-access.md @@ -21,5 +21,5 @@ If you do not know your TENANT_NAME, you can: - Email support@cloud.f5.com to get your username and TENANT_NAME. - If you have a dedicated F5 tenant administrator, ask them to: - - Provide a username to your tenant + - Provide a username for your tenant - Ask them to reset your password From b70726e005a825fc99521bbe8a854c2dcb0bea99 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Wed, 20 Aug 2025 09:32:53 -0700 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Travis Martin <33876974+travisamartin@users.noreply.github.com> --- content/includes/nginx-one/cloud-access.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/includes/nginx-one/cloud-access.md b/content/includes/nginx-one/cloud-access.md index 43b7e29dc..8a3b5a5a2 100644 --- a/content/includes/nginx-one/cloud-access.md +++ b/content/includes/nginx-one/cloud-access.md @@ -2,6 +2,7 @@ files: - content/nginx-one/secure-your-fleet/set-up-security-alerts.md - content/nginx-one/getting-started.md + - content/nginx-one/workshops/lab1/getting-started-with-nginx-one.md --- Confirm that an F5 Distributed Cloud tenant has been provisioned for you. To do so: @@ -15,7 +16,7 @@ When you have a subscription, you or someone in your organization should have an That email includes an account name, which is the TENANT_NAME. -To access F5 Distributed Cloud, navigate 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. +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. If you do not know your TENANT_NAME, you can: