Following #786, once released, communities will have to rotate their keys.
Once the process is done, one will have to remove EdDSA from the algorithms:
|
# TODO: EdDSA should be removed later due to "SecurityWarning: EdDSA is deprecated via RFC 9864" |
|
token_allowed_algorithms: list[str] = ["RS256", "EdDSA", "Ed25519"] # noqa: S105 |
Following #786, once released, communities will have to rotate their keys.
Once the process is done, one will have to remove
EdDSAfrom the algorithms:diracx/diracx-core/src/diracx/core/settings.py
Lines 207 to 208 in 84c7651