52bde3cf08
Instead of using validate_v2_token, we can effectively use the validate_v3_token method and translate the v3 response to a v2 one. This is a step towards simplifying the token provider API. Change-Id: Iccb8349e0710288adb107d55437a4ff50d074b1c
15 lines
617 B
YAML
15 lines
617 B
YAML
---
|
|
upgrade:
|
|
- The ``validate_v2_token()`` method has been removed
|
|
from the token provider interface. The token provider
|
|
API now uses other validation methods and translates
|
|
v3 token responses to v2 format when needed. Having
|
|
``validate_v2_token()`` defined with the Ocata codebase
|
|
will fail since the interface no longer includes that
|
|
method. Please take this into consideration and plan
|
|
accordingly if you're maintaining a custom token provider.
|
|
critical:
|
|
- If writing a custom token provider, see the upgrade
|
|
section about the removal of the ``validate_v2_token()``
|
|
method.
|