This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/docs/integrations/services/rancher/index.md

29 lines
919 B
Markdown
Raw Normal View History

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
!!! note ""
An Enterprise Platform for Managing Kubernetes Everywhere
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:
- `rancher.company` is the FQDN of the Rancher Install
- `passbook.company` is the FQDN of the passbook Install
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 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-02-18 19:14:54 +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)