Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix performance issue with external identity provider lookup [OIDC] #2821

Open
strehle opened this issue Apr 11, 2024 · 1 comment
Open

Fix performance issue with external identity provider lookup [OIDC] #2821

strehle opened this issue Apr 11, 2024 · 1 comment
Assignees

Comments

@strehle
Copy link
Member

strehle commented Apr 11, 2024

What version of UAA are you running?

Develop, latest UAA

What output do you see from curl <YOUR_UAA>/info -H'Accept: application/json'?

How are you deploying the UAA?

I am deploying the UAA

  • locally only using gradlew
  • using a bosh release I downloaded from bosh.io
  • using cf-release
  • using cf-deployment

What did you do?

  1. Add many external SAML or OIDC to an identity zone ( > 10.000)
  2. Perform a SAML / OIDC login
  3. Check login times / DB metrics

What did you expect to see? What goal are you trying to achieve with the UAA?

Login < 1s , without memory and/or DB issues

What did you see instead?

With SAML there are memory issues, with OIDC mainly DB issues.
Why:

This readALL pattern should be prevented and identy_provider DB should have a field like external_key (type string) with an index on it. This should solve the lookup from external token to UAA IdP.
External_key should contain entityID in case of SAML and issuer in case of OIDC/OAUTH

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/187412158

The labels on this github issue will be updated when the story is started.

@strehle strehle changed the title Fix performance issue with external identity provider lookup [SAML,OIDC] Fix performance issue with external identity provider lookup [OIDC] Apr 11, 2024
@strehle strehle self-assigned this Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants