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(jans-fido2): certificateDocumentInum is causing issues with replica changes as it updates at the start of each fido2 server each time. #11126

Open
maduvena opened this issue Mar 27, 2025 · 0 comments · May be fixed by #11127
Assignees
Labels
comp-jans-fido2 Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality

Comments

@maduvena
Copy link
Contributor

Describe the bug

  1. DynConf gets set to null
{"issuer": null, "baseEndpoint": null, "cleanServiceInterval": 0, "cleanServiceBatchChunkSize": 100, "useLocalCache": false, "disableJdkLogger": true, "loggingLevel": null, "loggingLayout": null, "externalLoggerConfiguration": null, "metricReporterInterval": 0, "metricReporterKeepDataDays": 0, "metricReporterEnabled": true, "personCustomObjectClassList": null, "sessionIdPersistInCache": false, "errorReasonEnabled": false, "fido2Configuration": {"authenticatorCertsFolder": "", "mdsAccessToken": null, "mdsCertsFolder": "", "mdsTocsFolder": "", "checkU2fAttestations": false, "debugUserAutoEnrollment": false, "unfinishedRequestExpiration": 0, "metadataRefreshInterval": 1296000, "serverMetadataFolder": "", "enabledFidoAlgorithms": null, "metadataServers": [], "disableMetadataService": false, "hints": [], "enterpriseAttestation": false, "attestationMode": "monitor", "rp": [], "metadataUrlsProvider": "", "skipDownloadMdsEnabled": false}}
  1. On each restart new values are set for certificateDocumentInum in metadataServers
@mo-auto mo-auto added comp-jans-fido2 Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality labels Mar 27, 2025
maduvena added a commit that referenced this issue Mar 27, 2025
@maduvena maduvena linked a pull request Mar 27, 2025 that will close this issue
5 tasks
maduvena added a commit that referenced this issue Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-fido2 Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants