• Joined on 2025-05-31
eelke opened issue eelke/IdentityShroud#7 2026-03-07 05:17:04 +00:00
Client private key authentication
eelke pushed to main at eelke/IdentityShroud 2026-02-27 17:57:44 +00:00
07393f57fc 5-improve-encrypted-storage (#6)
eelke merged pull request eelke/IdentityShroud#6 2026-02-27 17:57:44 +00:00
5-improve-encrypted-storage
eelke created pull request eelke/IdentityShroud#6 2026-02-27 17:56:57 +00:00
5-improve-encrypted-storage
eelke pushed to 5-improve-encrypted-storage at eelke/IdentityShroud 2026-02-27 17:53:51 +00:00
d8f6024afd Cleanup
eelke pushed to 5-improve-encrypted-storage at eelke/IdentityShroud 2026-02-27 17:50:18 +00:00
1cd7fb659a Improve test coverage
eelke pushed to 5-improve-encrypted-storage at eelke/IdentityShroud 2026-02-26 19:41:49 +00:00
ccc00d8e80 Pass Span instead of Memory
eelke pushed to 5-improve-encrypted-storage at eelke/IdentityShroud 2026-02-26 18:46:13 +00:00
650fe99990 Encrypt realm data with dek which is encrypted with kek. The signing keys are also encrypted with the kek.
eelke pushed to 5-improve-encrypted-storage at eelke/IdentityShroud 2026-02-24 05:32:55 +00:00
644b005f2a Support rotation of master key.
4201d0240d Improve the binary storage format of encrypted secrets. Move the related code from AesGcmHelper into the EncryptionService.
ac08956339 No codecov (AI was over eager) just show the numbers in github.
21b53ff5b3 Fix injection of encryption secret
c2a2184353 Another reference fix
Compare 10 commits »
eelke created branch 5-improve-encrypted-storage in eelke/IdentityShroud 2026-02-24 05:32:54 +00:00
eelke pushed to client-service-and-api at eelke/IdentityShroud 2026-02-22 07:21:51 +00:00
cd2ec646fd Add some tests
eelke pushed to client-service-and-api at eelke/IdentityShroud 2026-02-21 19:15:44 +00:00
0c6f227049 Reworked code around signing keys have key details much more isolated from the other parts of the program.
eb872a4f44 WIP making ClientCreate endpoint
Compare 2 commits »
eelke created branch client-service-and-api in eelke/IdentityShroud 2026-02-21 19:15:44 +00:00
eelke opened issue eelke/IdentityShroud#5 2026-02-19 17:56:31 +00:00
Improve encryption for sensitive data in db
eelke pushed to main at eelke/IdentityShroud 2026-02-15 18:34:14 +00:00
138f335af0 Within the openid spec there is no need to return data at realms/name. Removed placeholders.
eelke pushed to main at eelke/pgLab 2025-12-10 18:03:35 +00:00
c1a5ac1aad Make it recognize not null constraints and set type to Unknown when the value is not recognized.