-
Notifications
You must be signed in to change notification settings - Fork 27
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
Set reasonable maximum numbers for persistent data #207
Labels
Comments
szszszsz
added
enhancement
New feature or request
app:secrets
app:fido
app:admin
labels
Mar 22, 2023
For FIDO2, there are two approaches for implementing this:
So to keep things simple, I’d prefer 1. |
Why is there a limit on FIDO RKs? Is it due to listing performance? |
Yes. Currently, there is no limit, but we wanted to add one to make sure that the key does not become unusable due to the listing issue. |
robin-nitrokey
added a commit
that referenced
this issue
Apr 20, 2023
This patch introduces a limit of ten resident credentials, see: #207
robin-nitrokey
added a commit
that referenced
this issue
Apr 20, 2023
This patch introduces a limit of ten resident credentials, see: #207
Implemented for fido-authenticator in Nitrokey/fido-authenticator#12 and #239. |
robin-nitrokey
added a commit
that referenced
this issue
Apr 27, 2023
This patch introduces a limit of ten resident credentials, see: #207
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In particular + my suggestions:
These are very conservative entries, which shall be higher in the future once we can promise better performance for e.g., secrets-app entries.
Best would be that these are passed as options into the app(s) instead of hard-coding them inside the apps - so later we can configure them through the
admin-app
The text was updated successfully, but these errors were encountered: