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

feat: During Setup, generate a key description #1790

Closed
nynymike opened this issue Jul 14, 2022 · 5 comments · Fixed by #2068
Closed

feat: During Setup, generate a key description #1790

nynymike opened this issue Jul 14, 2022 · 5 comments · Fixed by #2068
Assignees
Labels
kind-feature Issue or PR is a new feature request
Milestone

Comments

@nynymike
Copy link
Contributor

nynymike commented Jul 14, 2022

Having a description of the key would be very helpul. Otherwise the we get a veiw like this:

image

What is this key used for? We could cross reference the kid with the jwks_uri... but isn't the purpose of the key known at the time of generation?

@mo-auto mo-auto added the kind-feature Issue or PR is a new feature request label Jul 14, 2022
@moabu moabu added this to the 1.0.2 milestone Jul 14, 2022
@duttarnab
Copy link
Contributor

The issue is fixed after reinstallation of jans-server.

image

@duttarnab
Copy link
Contributor

duttarnab commented Jul 18, 2022

I found that 2 days after reinstallation the keys name and desc are missing from jwks_url response. Immediate after reinstallation name and desc were present.
https://admin-ui-test.gluu.org/jans-auth/restv1/jwks

image

@yuriyz
Copy link
Contributor

yuriyz commented Jul 18, 2022

@duttarnab is it rotated by AS or by k8s ? Check keyRegenerationEnabled AS configuration property.

@duttarnab
Copy link
Contributor

Hi @yuriyz

The keys are rotated by AS.

"keyRegenerationEnabled":true,"keyRegenerationInterval":48

@yuriyz
Copy link
Contributor

yuriyz commented Aug 9, 2022

@duttarnab issue is fixed on AS side. Please check with latest AS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants