1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-15 18:56:24 +00:00

More tidy up and title fixes

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-07-04 16:05:34 +12:00
parent 697bede0fb
commit a4ea7396f6
19 changed files with 40 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
---
title: Using dex for simple, static authentication with traefik-forward-auth
description: Traefik-forward-auth needs an authentication backend, but if you don't want to use a cloud provider (like Google), you can setup your own simple backend, using Dex
title: Secure Traefik using Dex
description: Traefik forward auth needs an authentication backend, but if you don't want to use a cloud provider, you can setup your own simple backend, using Dex.
---
# Using Traefik Forward Auth with Dex (Static)

View File

@@ -1,6 +1,6 @@
---
title: Log into traefik forward auth with Google authentication
description: Traefik forward auth needs an authentication backend, and one of the simplest to setup, allows users to login with their Google account
title: Secure Traefik with Google Auth
description: Using Traefik Forward Auth, you can selectively secure your Docker services, using Google as your authentication backend!
---
# Traefik Forward Auth using Google

View File

@@ -1,6 +1,6 @@
---
title: Add oauth2 and oidc SSO to Docker with Traefik Forward Auth
description: Traefik Forward Auth protects services running in Docker Swarm with an additional layer of authentication, and can be integrated into Google, GitHub, even Active Directory auth!
title: Add SSO to Traefik with Forward Auth
description: Traefik Forward Auth protects services running in Docker with an additional layer of authentication, and can be integrated into Keycloak, Google, GitHub, etc.
---
# Traefik Forward Auth

View File

@@ -1,6 +1,6 @@
---
title: Authenticate traefik forward auth with Keycloak
description: Traefik forward auth needs an authentication backend, and a perfect match for the self-hosted enthusiast is Keycloak
title: Secure Traefik using Keycloak
description: Traefik forward auth can selectively secure your Docker services against an authentication backend, and Keycloak is a perfect, self-hosted match.
---
# Using Traefik Forward Auth with KeyCloak