skyline-apiserver/releasenotes/notes/add-time-expired-into-cookie-ea5d947625480f65.yaml
Boxiang Zhu 9c4f5e5e74 feat: Add time_expired into cookie
Now the expired time for skyline and keystone is not the same
value. Sometime, when the token of keystone is valid but the
jwt token of skyline-apiserver is invalid.
The skyline-console will send the request to backend service
and then get 401 from skyline.
So we add time_expired into cookie, then skyline-console can
check whether time expired or not.

Change-Id: Id1d3a83eb433c18e88828115e8bd744151fb14f7
2023-06-05 16:40:49 +08:00

6 lines
152 B
YAML

---
features:
- |
Add ``time_expired`` into cookie, so that skyline-console can follow this
value to check whether the token is valid or not.