-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
22 lines (17 loc) · 1.01 KB
/
example.env
File metadata and controls
22 lines (17 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ==============================================================================
# FILE: .env.example
# ==============================================================================
# This file contains example environment variables required for the Aruba Central API.
# Rename this file to '.env' and populate with your actual credentials.
#
# IMPORTANT: For production/CI/CD environments, it is recommended to manage these
# as secure environment variables or secrets in your CI/CD platform (e.g., GitLab CI variables).
# Aruba Central API Base URL (e.g., https://eu-central.central.arubanetworks.com)
ARUBA_BASE_URL="YOUR_ARUBA_CENTRAL_API_BASE_URL"
# Aruba Central API Client ID
ARUBA_CLIENT_ID="YOUR_ARUBA_CENTRAL_CLIENT_ID"
# Aruba Central API Client Secret
ARUBA_CLIENT_SECRET="YOUR_ARUBA_CENTRAL_CLIENT_SECRET"
# Optional: Default Aruba Central Group Name to operate on if not specified via command line
# This can be overridden by the --group-name argument in main.py
ARUBA_GROUP_NAME="YOUR_DEFAULT_ARUBA_GROUP_NAME"