chore: remove unexpected characters

This commit is contained in:
Daniel Barranquero
2026-01-23 11:29:11 +01:00
parent 26a929538b
commit d596d2225e

View File

@@ -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 -->
{/* 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.
</Note>
<!-- SCREENSHOT LOCATION 2: How to access Horizon from OVH Control Panel (showing the Horizon button/link) -->
{/* 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 -->
{/* 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 -->
{/* SCREENSHOT LOCATION 4: API Access page with "Download OpenStack RC File" dropdown showing "OpenStack clouds.yaml File" option highlighted */}
<Note>
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).