Commit 165a313
authored
fix: resolve token size error (#685)
Resolves error when token size generation exceeds 255.
``` log
2025-01-25 20:30:24.489983 2025-01-25 20:30:24.489 9 INFO keystone.token.token_formatters [None req-03c07355-b705-4591-bcc2-1dcf172ec5c0 5cc1aa7e42870935a560cf436ec7faed59981b4585e84993c56c4fc49edfe705 870adeaf387f4ad68f179dc989721269 - - c82f424b9db24fb4a86cb80359c6211f c82f424b9db24fb4a86cb80359c6211f] Fernet token created with length of 268 characters, which exceeds 255 characters
```
This change simply sets the limit to 300 as recommended
when using other federation providers.
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>1 parent fccab71 commit 165a313
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
| 502 | + | |
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
| |||
0 commit comments