From d596d2225e25479383e2c2b1991f54e202fe0d88 Mon Sep 17 00:00:00 2001 From: Daniel Barranquero Date: Fri, 23 Jan 2026 11:29:11 +0100 Subject: [PATCH] chore: remove unexpected characters --- docs/user-guide/providers/openstack/authentication.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/providers/openstack/authentication.mdx b/docs/user-guide/providers/openstack/authentication.mdx index 5ffda6589e..eab97722d2 100644 --- a/docs/user-guide/providers/openstack/authentication.mdx +++ b/docs/user-guide/providers/openstack/authentication.mdx @@ -29,7 +29,7 @@ Before using Prowler, create a dedicated user in your OpenStack public cloud acc - **Vexxhost**: Use the account dashboard to create OpenStack users - **Fuga Cloud**: Access user management through your account portal - +{/* SCREENSHOT LOCATION 1: OVH Control Panel showing Users & Roles page with "Create User" button */} ### Step 2: Access the Horizon Dashboard @@ -49,7 +49,7 @@ Horizon is the standard OpenStack web interface available across all OpenStack p The Horizon dashboard interface is standardized across OpenStack providers, though branding and colors may vary. The navigation and functionality remain consistent. - +{/* SCREENSHOT LOCATION 2: How to access Horizon from OVH Control Panel (showing the Horizon button/link) */} ### Step 3: Navigate to API Access @@ -59,7 +59,7 @@ Once logged into Horizon: 2. Navigate to **API Access** 3. You'll see the API Access page with information about your OpenStack endpoints - +{/* SCREENSHOT LOCATION 3: Horizon dashboard showing navigation: Project → API Access */} ### Step 4: Download the clouds.yaml File @@ -69,7 +69,7 @@ The `clouds.yaml` file contains all necessary credentials in the correct format 2. Click the dropdown and select **OpenStack clouds.yaml File** 3. The file will be downloaded to your computer - +{/* SCREENSHOT LOCATION 4: API Access page with "Download OpenStack RC File" dropdown showing "OpenStack clouds.yaml File" option highlighted */} The clouds.yaml file contains your password in plain text. Ensure you store it securely with appropriate file permissions (see [Security Best Practices](#security-best-practices) below).