From 1bc003845432578dd67aefe775dceb8781683085 Mon Sep 17 00:00:00 2001 From: Bastian Date: Wed, 1 Feb 2023 11:19:46 +0100 Subject: [PATCH] Updates basti v6 (#145) * fadeout ddev * fadeout zerotrust * fadeout concourse ci * add ldap-login --- radar/2022-10-12/beyondcorp.md | 7 +++++++ radar/2022-10-12/concourse-ci.md | 7 +++++++ radar/2022-10-12/ddev.md | 7 +++++++ radar/2022-10-12/ldap-login.md | 12 ++++++++++++ 4 files changed, 33 insertions(+) create mode 100644 radar/2022-10-12/beyondcorp.md create mode 100644 radar/2022-10-12/concourse-ci.md create mode 100644 radar/2022-10-12/ddev.md create mode 100644 radar/2022-10-12/ldap-login.md diff --git a/radar/2022-10-12/beyondcorp.md b/radar/2022-10-12/beyondcorp.md new file mode 100644 index 0000000..193ac2d --- /dev/null +++ b/radar/2022-10-12/beyondcorp.md @@ -0,0 +1,7 @@ +--- +title: "ZeroTrust" +ring: adopt +quadrant: methods-and-patterns +tags: [security, architecture] +featured: false +--- diff --git a/radar/2022-10-12/concourse-ci.md b/radar/2022-10-12/concourse-ci.md new file mode 100644 index 0000000..bac430c --- /dev/null +++ b/radar/2022-10-12/concourse-ci.md @@ -0,0 +1,7 @@ +--- +title: "Concourse" +featured: false +ring: trial +quadrant: tools +tags: [ci/cd] +--- diff --git a/radar/2022-10-12/ddev.md b/radar/2022-10-12/ddev.md new file mode 100644 index 0000000..4ac453e --- /dev/null +++ b/radar/2022-10-12/ddev.md @@ -0,0 +1,7 @@ +--- +title: "DDEV" +ring: adopt +quadrant: tools +featured: false +tags: [coding, ci/cd] +--- diff --git a/radar/2022-10-12/ldap-login.md b/radar/2022-10-12/ldap-login.md new file mode 100644 index 0000000..58fe3f2 --- /dev/null +++ b/radar/2022-10-12/ldap-login.md @@ -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.