Skip to content

Commit

Permalink
feat(jans-fido2): update the size of the jansPublicKeyId field to 256
Browse files Browse the repository at this point in the history
Signed-off-by: Milton Ch <j.milton.chambi.m@gmail.com>
  • Loading branch information
Milton-Ch committed Dec 17, 2023
1 parent 07e078b commit 6b350df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions jans-fido2/server/profiles/default/config-build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
jakarta.faces.PROJECT_STAGE=Production
jakarta.faces.FACELETS_REFRESH_PERIOD=10

log4j.default.log.level=DEBUG
weld.debug=false
4 changes: 2 additions & 2 deletions jans-linux-setup/jans_setup/static/rdbm/sql_data_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,11 @@
},
"jansPublicKeyId": {
"mysql": {
"size": 96,
"size": 256,
"type": "VARCHAR"
},
"spanner": {
"size": 96,
"size": 256,
"type": "STRING"
}
},
Expand Down

0 comments on commit 6b350df

Please sign in to comment.