diff --git a/website/docs/integrations/services/veeam-enterprise-manager/index.md b/website/docs/integrations/services/veeam-enterprise-manager/index.md new file mode 100644 index 000000000..900169b3b --- /dev/null +++ b/website/docs/integrations/services/veeam-enterprise-manager/index.md @@ -0,0 +1,40 @@ +--- +title: Veeam Enterprise Manager +--- + +## What is Veeam Enterprise Manager + +From https://helpcenter.veeam.com/docs/backup/em/introduction.html?ver=100 + +:::note +Veeam Backup Enterprise Manager (Enterprise Manager) is a management and reporting component that allows you to manage multiple Veeam Backup & Replication installations from a single web console. Veeam Backup Enterprise Manager helps you optimize performance in remote office/branch office (ROBO) and large-scale deployments and maintain a view of your entire virtual environment. +::: + +## Preparation + +The following placeholders will be used: + +- `veeam.company` is the FQDN of the Veeam Enterprise Manager install. +- `authentik.company` is the FQDN of the authentik install. + +## In Veeam Enterprise Manager + +Login to your Veeam Enterprise Manager. Navigate to the Configuration in the top-right. On the left sidebar, select Settings. Select the SAML Authentication tab. + +Check the checkbox called "Enable SAML 2.0". Further down the site, click the "Download" button, to download the metadata. + +## In authentik + +Navigate to Providers in the sidebar. Click on the create dropdown, and select "SAML Provider from Metadata". + +Give the provider a new, and selection an authorization flow. Select the XML file you just downloaded and confirm. + +Now that you've created the provider, create an Application. Select the provider that has just been created. Set the launch URL to "https://veeam.company:9443/Saml2/SignIn" and confirm. + +Click on the application to assign access policies. + +Go back to the Provider sidebar and locate the Veeam Enterprise Manager. Click the Download Metadata button. + +## Finish in Veeam Enterprise Manager + +Back on Veeam Enterprise Manager, click on "Import from File", and select the XML file that you've downloaded from authentik. Make sure the "Enable SAML 2.0" checkbox is still enabled, and click save. diff --git a/website/sidebars.js b/website/sidebars.js index 612d0ad2e..18b5d5787 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -119,6 +119,7 @@ module.exports = { "integrations/services/sonarr/index", "integrations/services/tautulli/index", "integrations/services/ubuntu-landscape/index", + "integrations/services/veeam-enterprise-manager/index", "integrations/services/vmware-vcenter/index", ], },