Updates basti v6 (#145)

* fadeout ddev
* fadeout zerotrust
* fadeout concourse ci
* add ldap-login
This commit is contained in:
Bastian
2023-02-01 11:19:46 +01:00
parent a15653e99d
commit 1bc0038454
4 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
title: "ZeroTrust"
ring: adopt
quadrant: methods-and-patterns
tags: [security, architecture]
featured: false
---

View File

@@ -0,0 +1,7 @@
---
title: "Concourse"
featured: false
ring: trial
quadrant: tools
tags: [ci/cd]
---

7
radar/2022-10-12/ddev.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: "DDEV"
ring: adopt
quadrant: tools
featured: false
tags: [coding, ci/cd]
---

View File

@@ -0,0 +1,12 @@
---
title: "LDAP Login"
ring: hold
quadrant: platforms-and-aoe-services
tags: [devops, security]
---
For years we used LDAP Login mechanisms to authenticate our employees.
While this worked as some kind of "single credential" model, it does not support extended Security features such as WebAuthN, Multifactor-Authentication, etc.
These we do prefer to use integrations using OpenID Connect into SSO solutions such as [Bare.ID](/platforms-and-aoe-services/bareid.html) or [Keycloak](/tools/keycloak.html), which provide proper authentication and federation for multiple identity sources.