ironic/releasenotes/notes/use_secrets_to_generate_token-55af0f43e5a80b9e.yaml
Iury Gregory Melo Ferreira 1425adbb05 Do not use random to generate token
To avoid problems with FIPS 140-2 let's generate
the token using the secrets module instead of random.

Change-Id: I90c3c94112d093e2309414b9902f58d31d925ad3
Story: 2007444
Task: 39104
2020-03-20 20:29:58 +01:00

10 lines
276 B
YAML

---
security:
- |
The secret token that is used for IPA verification will be generated by
the secrets module to be in compliance with the FIPS 140-2.
fixes:
- |
The secret token that is used for IPA verification will be generated using
the secrets module.