From 592563124bb1aa0cb969c65242b51fd038c8ba51 Mon Sep 17 00:00:00 2001 From: anjalitelang <49958114+anjaltelang@users.noreply.github.com> Date: Thu, 12 Aug 2021 11:08:27 -0400 Subject: [PATCH] Update ROADMAP.md Updated the roadmap to reflect the Non-Interactive Password based Login support we delivered in July for LDAP and TBD in Aug for OIDC --- ROADMAP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index cf5c33ba..4855c498 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -37,6 +37,8 @@ Last Updated: July 2021 Theme|Description|Timeline| |--|--|--| |Remote OIDC login support|Add support for logging in from remote hosts without web browsers in the Pinniped CLI and Supervisor|Jul 2021| +|Non-Interactive Password based LDAP logins |Support for non-interactive LDAP Logins via CLI using Environmental Variables |Jul 2021| +|Non-Interactive Password based OIDC logins |Support for non-interactive OIDC Logins via CLI using Password Grant |Aug 2021| |Active Directory Support|Extends upstream IDP protocols|Aug 2021| |Multiple IDP support|Support multiple IDPs configured on a single Supervisor|Sept 2021| |Wider Concierge cluster support|Support for more cluster types in the Concierge|Sept 2021|