|
31957ec6d7
|
added '/-/config/root-ca' endpoint
|
2025-04-16 08:37:28 +02:00 |
|
|
da31c5f0a7
|
fixes
|
2025-04-16 08:10:49 +02:00 |
|
|
e23912c49a
|
code refactorings - removed INSTANCE_KEY_RSA and INSTANCE_KEY_PUB from configuration and implemented CASetup instead
|
2025-04-16 07:54:23 +02:00 |
|
|
b9e78dbeeb
|
response fixes
|
2025-04-15 07:58:55 +02:00 |
|
|
33a561793e
|
test case sensitive headers
|
2025-04-15 07:35:41 +02:00 |
|
|
445a303955
|
added signature tests
|
2025-04-14 21:38:20 +02:00 |
|
|
79f1015a86
|
code styling
|
2025-04-14 21:38:20 +02:00 |
|
|
7b2d61b329
|
fixed signature
|
2025-04-14 20:29:50 +02:00 |
|
|
f9fccd5502
|
implemented product_mapping support
|
2025-04-14 20:29:50 +02:00 |
|
|
70cac5bbf3
|
test "X-NLS-Signature" upper/lowercase
|
2025-04-14 20:29:50 +02:00 |
|
|
fbb73c73ab
|
changed "feature_name"
|
2025-04-14 20:29:50 +02:00 |
|
|
94a7772c7b
|
updated attributes to match nvidia-nls response order
|
2025-04-14 20:29:50 +02:00 |
|
|
54d38953bf
|
x-nls-signature
|
2025-04-14 20:29:50 +02:00 |
|
|
3871dfe6a6
|
test "x-nls-signature"
|
2025-04-14 20:29:50 +02:00 |
|
|
e69e93bcb4
|
fixed missing code
|
2025-04-14 20:29:50 +02:00 |
|
|
d7c29f834c
|
test with "X-NLS-Signature"
|
2025-04-14 20:29:50 +02:00 |
|
|
685e1ce0bb
|
implemented client_challenge on lease apis
|
2025-04-14 20:29:50 +02:00 |
|
|
d8cddd4b29
|
set "offline_lease" to false
|
2025-04-14 20:29:50 +02:00 |
|
|
60f7e40ca4
|
added EMPTY (!!!) X-NLS-Signature response header
|
2025-04-14 20:29:50 +02:00 |
|
|
672ddb16c7
|
added debug headers
|
2025-04-14 20:29:50 +02:00 |
|
|
beebf9e812
|
code styling
|
2025-04-14 20:29:50 +02:00 |
|
|
743c702921
|
added new "protocol_version" to client-token
|
2025-04-14 20:29:50 +02:00 |
|
|
601d733add
|
fixes
|
2025-04-14 20:29:50 +02:00 |
|
|
2ffee4aee1
|
also debug response
|
2025-04-14 20:29:50 +02:00 |
|
|
5eb0c55f3f
|
fixed datetime format
|
2025-04-14 20:29:50 +02:00 |
|
|
c7e8414934
|
added missing lessor attributes
|
2025-04-14 20:29:50 +02:00 |
|
|
30ef56f956
|
fixes
|
2025-04-14 20:29:50 +02:00 |
|
|
1908b44bed
|
added debugging
|
2025-04-14 20:29:50 +02:00 |
|
|
0982106b4f
|
updated new responses for 18.x drivers
|
2025-04-14 20:29:50 +02:00 |
|
|
c15cdee610
|
created "init_config_token_demo"
|
2025-04-14 20:29:50 +02:00 |
|
|
7ce79ec95b
|
added test and code for /leasing/v1/config-token
ref. https://git.collinwebdesigns.de/nvidia/nls/-/blob/main/src/test/test_config_token.py
|
2025-04-14 20:29:50 +02:00 |
|
|
88fbd08610
|
implemented initial endpoint for /leasing/v1/config-token
|
2025-04-14 20:29:50 +02:00 |
|
|
d71b66d192
|
added debugging
|
2025-04-14 20:29:50 +02:00 |
|
|
61c9e47237
|
added endpoint '/leasing/v1/config-token'
|
2025-04-14 20:29:50 +02:00 |
|
|
85623d1a65
|
code styling
|
2025-03-18 14:47:33 +01:00 |
|
|
fd46eecfb3
|
created PrivateKey / PublicKey wrapper classes
|
2025-03-18 09:43:44 +01:00 |
|
|
0bdd3a6ac2
|
migrated from "pycryptodome" to "cryptography"
|
2025-03-17 14:05:26 +01:00 |
|
|
3f5fcbebb3
|
fixed logging
|
2025-03-11 22:04:35 +01:00 |
|
|
e5fc607638
|
added explicit "algorithms" argument
applied patch from https://github.com/mrzenc/fastapi-dls-nixos/blob/main/add-algorithms-argument.patch from https://github.com/mrzenc/fastapi-dls-nixos
|
2024-12-13 07:18:14 +01:00 |
|
|
03b9b4a598
|
moved from deprecated "datetime.utcnow()" to "datetime.now(UTC)"
|
2024-12-02 09:42:41 +01:00 |
|
|
ea8a66d449
|
removed "PatchMalformedJsonMiddleware" because its not working on driver site
ref. oscar.krause/fastapi-dls#1
|
2024-12-02 08:37:01 +01:00 |
|
|
991a35ef1a
|
implemented "fix_ip_address_list_length"
|
2024-11-29 13:04:10 +01:00 |
|
|
1b6f142cb5
|
marked regex with 'r'
|
2024-11-22 15:07:54 +01:00 |
|
|
1daa365df9
|
code styling
|
2024-11-22 15:00:16 +01:00 |
|
|
afb38d628b
|
typos
|
2024-11-22 14:19:51 +01:00 |
|
|
53c88a79ac
|
improved logging and implemented method to reduce response mac_address_length
|
2024-11-22 14:16:10 +01:00 |
|
|
317699ff58
|
code styling
|
2024-11-21 08:51:39 +01:00 |
|
|
fb3ac4291f
|
code styling
|
2024-11-21 08:51:39 +01:00 |
|
|
15f14cac11
|
implemented "SUPPORT_MALFORMED_JSON" variable
|
2024-11-21 08:51:39 +01:00 |
|
|
bc6d692f0a
|
added "delete_expired" method for leases
|
2024-11-13 15:03:37 +01:00 |
|