summaryrefslogtreecommitdiff
path: root/releasenotes/notes/token_expiration_to_match_application_credential-56d058355a9f240d.yaml
blob: d37073a9d6b1c8db7ed6f144519964efde7e28b9 (plain)
1
2
3
4
5
6
7
8
9
10
---
security:
  - |
    [`bug 1992183 <https://bugs.launchpad.net/keystone/+bug/1992183>`_]
    [`CVE-2022-2447 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2447>`_]
    Tokens issued with application credentials will now have their expiration
    validated against that of the application credential. If the application
    credential expires before the token the token's expiration will be set to
    the same expiration as the application credential.  Otherwise the token
    will use the configured value.