2019-12-13 12:53:30 +00:00
# Rancher Integration
2019-12-13 14:36:09 +00:00
## What is Rancher
From https://rancher.com/products/rancher
2020-02-18 14:34:41 +00:00
!!! note ""
2020-06-18 18:55:55 +00:00
An enterprise platform for managing Kubernetes Everywhere
2020-02-18 14:34:41 +00:00
Rancher is a platform built to address the needs of the DevOps teams deploying applications with Kubernetes, and the IT staff responsible for delivering an enterprise-critical service.
2019-12-13 12:53:30 +00:00
## Preparation
The following placeholders will be used:
2020-06-18 18:55:55 +00:00
- `rancher.company` is the FQDN of the Rancher install.
- `passbook.company` is the FQDN of the passbook install.
2019-12-13 12:53:30 +00:00
2020-06-18 18:55:55 +00:00
Create an application in passbook and note the slug, as this will be used later. Create a SAML provider with the following parameters:
2019-12-13 12:53:30 +00:00
2019-12-13 14:36:09 +00:00
- ACS URL: `https://rancher.company/v1-saml/adfs/saml/acs`
- Audience: `https://rancher.company/v1-saml/adfs/saml/metadata`
- Issuer: `passbook`
2019-12-13 12:53:30 +00:00
2020-06-18 18:55:55 +00:00
You can of course use a custom signing certificate, and adjust durations.
2019-12-13 12:53:30 +00:00
## Rancher
2019-12-13 14:36:09 +00:00
![](./rancher.png)