Re: enable 2fa for UAA zone
Dan Beneke
Hi CG - Thanks for the information and context. The case presented is similar in spirit to the conversation that occurred in PR #540 as noted earlier in this email by Peter. Generally, 2FA enablement is made difficult because it currently applies to all authentications broadly. We don't currently see a path for reopening this ticket and our thoughts as to why fall into two buckets: 1. It furthers the use of UAA as an identity provider and we believe it more valuable to focus on UAA as an identity proxyThere is a world where you could imagine UAA's functionality being split into two separate deployments - one acting as a proxy, the other acting as an IdP. In that world, the IdP portion could theoretically choose to maintain IdP-like features like 2FA/MFA. We aren't there yet, but with outcomes like that in mind, we want to ensure we aren't adding to the complexity of uncoupling UAA's IdP and proxy functionality sets. Regards, Dan Beneke Thanks Dan and I also followed a bit the link that Peter provided on this. |
|||
|
|||
Re: New lead for Community (CAB) meetings
Thank you, Troy. Dear Community, Here is a last call if anyone else would like to support Troy or nominate themselves to co-lead CAB with Troy. The "call for nominations" will officially close at11:59PM US Pacific (it is still Feb 5th here in my timezone ;) ). -- Swarna Podila (she/her) Senior Director, Community | Cloud Foundry FoundationYou can read more about pronouns here, or please ask if you'd like to find out more. On Wed, Feb 5, 2020 at 7:49 AM Troy Topnik <troy.topnik@...> wrote: I'd be happy to take this on if nobody else is biting. I hereby nominate myself. :) |
|||
|
|||
Re: New lead for Community (CAB) meetings
Dr Nic Williams <drnicwilliams@...>
Thanks Troy, that sounds awesome. Thanks again Dr Max for many awesome years running CAB calls. Nic -- |
|||
|
|||
cf-networking-release v2.28.0 & silk-release v2.28.0
Keshav Sharma
Hi cf-dev, cf-networking-release v2.28.0 & silk-release v2.28.0 have been cut!
Release Highlights
Silk-Release v2.28.0
Release Highlights
CF-Bosh Networking |
|||
|
|||
Re: New lead for Community (CAB) meetings
I'd be happy to take this on if nobody else is biting. I hereby nominate myself. :)
For those that don't know me, I am a Product Manager at SUSE responsible for SUSE Cloud Application Platform. I have been working in and around Cloud Foundry since 2011 as a technical writer, instructor, product manager, and enthusiastic user. I've recently been focused on Cloud Foundry incubator projects related to Kubernetes (Eirini and Quarks), and on the Stratos web user interface.
Huge thanks to Dr. Max for leading these meetings over the years! -- Troy Topnik
Senior Product Manager,
SUSE Cloud Application Platform
troy.topnik@...
|
|||
|
|||
IMPORTANT NOTICE: [dotnet-core-buildpack] End of Support for dotnet-runtime versions 3.0.x after 2020-03-03
Kashyap Vedurmudi <kvedurmudi@...>
The first release of the .NET Core buildpack after March 3, 2020 will no longer include dotnet-runtime versions 3.0.x. These .NET versions will no longer be supported upstream.[1] Please migrate your .NET Core apps to supported versions of dotnet-runtime before that time. Note: Unless you are manually specifying a version of dotnet-runtime for the buildpack to use, or you have customized your .NET Core buildpack, no action is required. As always, the buildpacks team is happy to answer questions you may have about this deprecation in the #buildpacks Slack channel. [1] - https://dotnet.microsoft.com/platform/support/policy/dotnet-core Thanks, Kashyap Vedurmudi, CF Buildpacks PM |
|||
|
|||
Re: enable 2fa for UAA zone
Dan Beneke
Hi Enrique - Yes, either SAML or LDAP. CF supports connections to LDAP and SAML external IdPs. Regards, Dan Beneke On Tue, Feb 4, 2020 at 2:41 AM Enrique Cano <enrique.canocarballar@...> wrote: Hi Dan |
|||
|
|||
Re: enable 2fa for UAA zone
Enrique Cano
Hi Dan
Is the expectation then that we would integrate with the external IdP via SAML? Thanks Enrique |
|||
|
|||
Routing Release 0.198. 0
Keshav Sharma
Hello cf-eng, Routing Release 0.198.0 has been cut! Release Highlights
CF-Bosh Networking
|
|||
|
|||
Re: On SelfServiceLinksEnabled
#uaa
JohnG
Thanks again Dan for your feedback. We will certainly try that option. Good day.
best regards -CG |
|||
|
|||
Re: enable 2fa for UAA zone
JohnG
Thanks Dan and I also followed a bit the link that Peter provided on this.
Definitely I can see use-case as proxy as well as IDP itself. Would it be possible to strike a middle path here, in the sense that based on filters and whitelist of IP CIDRs the operators/admins can configure to accept API calls without 2FA, while anywhere outside would accept users credentials with in-built 2FA. So that way the auto-tests would not break (eg within CF vPC or dev env which are typically pvt ip-ranges) Is there a path for reopening of the mentioned/closed ticket? |
|||
|
|||
Re: On SelfServiceLinksEnabled
#uaa
Dan Beneke
Hi CG - It looks as if you've taken the right step to disable the create account and password reset links. We'd expect selfServiceLinksEnabled to have the documented effect (determines if users are allowed to sign up or reset their passwords via the UI) and aren't aware of open issues with its function. Keep in mind that this value isn't global as it can be set for each individual identity zone. If you think you've found a bug/issue, I'd encourage you to open a github issue supplying content that will allow the team to recreate the situation. As for suppressing just one of the two self service links, that feature isn't offered. Currently, enablement or disablement occurs jointly. If it's of any value, you do have the option to set the destination http link for the 'create an acct' experience using config.links.selfService.signup . I've seen implementations wherein this link takes users to a joint self service page with the information they need to either create an account or reset their password. Regards, Dan Beneke in the uaa.yml, when I set selfServiceLinksEnabled to false |
|||
|
|||
Re: New CLA tool for Cloud Foundry
Chris Clark
Hi all, I’ve got a few updates to the EasyCLA migration, now a few months behind us:
|
|||
|
|||
Re: enable 2fa for UAA zone
Peter Burkholder
Sorry my response was so blunt. Product tradeoff decisions are always hard and you can't make everyone happy. Just wanted to let you know that there are consumers for this feature if you do revisit anytime soon.
|
|||
|
|||
Re: enable 2fa for UAA zone
Peter Burkholder
> We see the UAA more frequently used as an identity proxy than as an IdP
This may be true because UAA doesn't support MFA. cloud.gov runs its own IdP simply because MFA is not supported by UAA. To quote from Bret Mogilefsky from https://github.com/cloudfoundry/cf-deployment/pull/540 > This is a shocking disappointment. The cloud.gov team predicated a chunk of their roadmap on the understanding that MFA was staying. |
|||
|
|||
Re: enable 2fa for UAA zone
Dan Beneke
Hi CG - The 2FA/MFA feature still exist in the most recent versions of UAA, but Dr. Nic is correct in suggesting that our intent is to remove it. We see the UAA more frequently used as an identity proxy than as an IdP, and often the IdP feature is used to store service accounts over actual human users that would be able to interact with 2FA/MFA flows. The predominance of this usage pattern has led us to consider viewing UAA on a path to become a stronger identity proxy tool wherein the user brings their own identity (IdP). This suggests 2FA/MFA features would/could be applied to the external IdP and not to the UAA itself as it would only be acting as a proxy. Regards, Dan Beneke >I think the UAA team deprecated or removed 2FA/MFA features. |
|||
|
|||
On SelfServiceLinksEnabled
#uaa
JohnG
in the uaa.yml, when I set selfServiceLinksEnabled to false
under
they (create an acc and password reset link) still appear. Any reliable way to disable them? Further, is there a way to just suppress "create an acc" with selfServiceLinksEnabled: false ? and still have self service password reset enabled? Thanks in anticipation best regards -CG |
|||
|
|||
Re: New lead for Community (CAB) meetings
Hi Everyone, Bringing this to the top of your inboxes, y'all. Please send in your nominations by Wednesday, February 5th. -- Swarna Podila (she/her) Senior Director, Community | Cloud Foundry FoundationYou can read more about pronouns here, or please ask if you'd like to find out more. On Thu, Jan 23, 2020 at 7:54 AM Swarna Podila <spodila@...> wrote:
|
|||
|
|||
Re: enable 2fa for UAA zone
JohnG
>I think the UAA team deprecated or removed 2FA/MFA features.
Not sure I am following the "why", to remove 2FA for UAA zone? Any documentation pointing to that would be much appreciated. Thanks Dr Nic! |
|||
|
|||
Re: enable 2fa for UAA zone
Dr Nic Williams <drnicwilliams@...>
I think the UAA team deprecated or removed 2FA/MFA features. Nic -- |
|||
|