Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ad19ae6
Create index.md
jazzyj123 Nov 14, 2024
c37aca2
Delete website/integrations/services/aruba-orchestrator directory
jazzyj123 Nov 14, 2024
8be1f54
Create index.md
jazzyj123 Nov 14, 2024
eab2bc8
Update index.md
jazzyj123 Nov 14, 2024
f8d2a55
Update index.md
jazzyj123 Nov 14, 2024
fa40947
Added Aruba Orchestrator
jazzyj123 Nov 14, 2024
7383162
Delete website/integrations/services/Aruba-Orchestrator directory
jazzyj123 Nov 14, 2024
b9a72a9
Create index.md
jazzyj123 Nov 14, 2024
dc5ad24
Update sidebarsIntegrations.js
jazzyj123 Nov 14, 2024
6d18cdd
Update index.md (#2)
jazzyj123 Nov 14, 2024
a655cab
Added Aruba Orchestrator v3 (#3)
jazzyj123 Nov 14, 2024
dd1bcde
Update website/integrations/services/aruba-orchestrator/index.md
jazzyj123 Nov 20, 2024
0567f44
Update website/integrations/services/aruba-orchestrator/index.md
jazzyj123 Nov 20, 2024
fe94a30
Update website/integrations/services/aruba-orchestrator/index.md
jazzyj123 Nov 20, 2024
5d20f5d
Update website/integrations/services/aruba-orchestrator/index.md
jazzyj123 Nov 20, 2024
c780655
Update website/integrations/services/aruba-orchestrator/index.md
jazzyj123 Nov 20, 2024
f35c909
Update website/integrations/services/aruba-orchestrator/index.md
jazzyj123 Nov 20, 2024
6478657
Update website/integrations/services/aruba-orchestrator/index.md
jazzyj123 Nov 20, 2024
3aa9598
Update website/integrations/services/aruba-orchestrator/index.md
jazzyj123 Nov 20, 2024
57cfff7
Update website/integrations/services/aruba-orchestrator/index.md
jazzyj123 Nov 21, 2024
41f08d1
Update website/integrations/services/aruba-orchestrator/index.md
jazzyj123 Nov 21, 2024
de4d7ac
Update index.md
jazzyj123 Nov 21, 2024
e019dc3
Update index.md
jazzyj123 Nov 21, 2024
e907a17
Update index.md
jazzyj123 Nov 22, 2024
7ab2dbb
Update index.md
jazzyj123 Nov 22, 2024
e941de9
run prettier
Nov 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions website/integrations/services/aruba-orchestrator/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
title: Integrate with Aruba Orchestrator
sidebar_label: Aruba Orchestrator
---

# Aruba Orchestrator

<span class="badge badge--secondary">Support level: Community</span>

## What is Aruba Orchestrator

> Aruba Orchestrator is a network management platform used to centrally manage, configure, monitor, and automate Aruba network devices and services. It provides tools for network visibility, policy management, and performance monitoring, simplifying the administration of complex and distributed network environments.
>
> -- https://www.hpe.com/us/en/aruba-edgeconnect-sd-wan.html

## Preparation

The following placeholders will be used:

- `arubaorchestrator.company` is the FQDN of the Aruba Orchestrator install.
- `authentik.company` is the FQDN of the authentik install.
- `SSL Certificate` is the name of the SSL certificate used to sign outgoing responses.

## authentik Configuration

1. Log in to authentik as an admin, and go to the Admin interface.
2. Create a new SAML Property Mapping under **Customisation** -> **Property Mappings**:

- **Name**: `Aruba Orchestrator RBAC`
- **SAML Attribute Name**: `sp-roles`
- **Expression**: Use the expression below but amend the group name as desired.

```
if ak_is_group_member(request.user, name="authentik Admins"):
result = "superAdmin"
return result
```

- Save the settings.

3. Create a new SAML Provider under **Applications** -> **Providers** using the following settings:
- **Name**: Aruba Orchestrator
- **Authentication Flow**: Use your preferred authentication flow (e.g., default-authentication-flow`)
- **Authorization Flow ID**: `default-provider-authorization-explicit-consent (Authorize Application)`
- Protocol settings:
- - **ACS URL**: `https://arubaorchestrator.company/gms/rest/authentication/saml2/consume`
- - **Issuer**: `https://arubaorchestrator.company/gms/rest/authentication/saml2/consume`
- - **Service Provider Binding**: Post
- Advanced protocol settings:
- - **Signing Certificate**:`SSL Certificate`
- - **Property Mappings**:`default` + `sp-roles`
- Leave everything else as default and save the settings.
4. Download the signing certificate under **Applications** -> **Providers** -> **Aruba Orchestrator** .
5. Create a new application under **Applications** -> **Applications**, pick a name and a slug, and assign the provider that you have just created.

## Aruba Orchestrator Configuration

1. Log in to the Aruba Orchestrator.
2. Create a new Remote Authentication Server under **Orchestrator** -> **Authentication** -> **Add New Server**.
- **Type**: `SAML`
- **Name**: `authentik`
- **Username Attribute**: `http://schemas.goauthentik.io/2021/02/saml/username`
- **Issuer URL**: `https://arubaorchestrator.company/gms/rest/authentication/saml2/consume`
- **SSO Endpoint**: `https://authentik.company/application/saml/<slug>/sso/binding/init/` (replace \<slug\> with application slug name)
- **IdP X509 Cert**: (paste in the downloaded signing certificate)
- **ACS URL**: `https://arubaorchestrator.company/gms/rest/authentication/saml2/consume`
- **EdgeConnect SLO Endpoint**: `https://arubaorchestrator.company/gms/rest/authentication/saml2/logout`
- **iDP SLO Endpoint**: (optional)
- **EdgeConnect X.509 Cert SLO**: (optional)
- **Roles Attribute**: `sp-roles` (optional)
- **Appliance Access Group Attribute**: (optional)
- **Default role**: (optional)

## Verification

1. Go to `https://arubaorchestrator.company`.
2. Click **Log In Using authentik** on the login screen and authorize with authentik.
3. You will be redirected to the home screen of the Aruba Orchestrator.
1 change: 1 addition & 0 deletions website/sidebarsIntegrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ module.exports = {
type: "category",
label: "Networking",
items: [
"services/aruba-orchestrator/index",
"services/firezone/index",
"services/fortigate-admin/index",
"services/fortigate-ssl/index",
Expand Down