skyline-apiserver/skyline_apiserver
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
..
api feat: Add time_expired into cookie 2023-06-05 16:40:49 +08:00
client feat: Add cafile conf 2022-12-15 18:20:49 +08:00
cmd feat: Add cafile conf 2022-12-15 18:20:49 +08:00
config feat: Add cafile conf 2022-12-15 18:20:49 +08:00
core refactor: Remove base_roles and add more into extension_mapping 2022-07-28 18:17:10 +08:00
db feat: Support mypy check 2022-07-28 16:09:31 +08:00
log fix: Use debug config from default 2022-05-30 18:54:47 +08:00
policy Fix spelling for admin role in Barbican policy 2022-12-15 01:14:12 +00:00
schemas fix: Lack of Octavia device owner of port 2022-09-14 15:53:23 +08:00
templates feat: Add API docs 2022-11-02 17:31:04 +08:00
tests feat: Support mypy check 2022-07-28 16:09:31 +08:00
types feat: Add time_expired into cookie 2023-06-05 16:40:49 +08:00
utils feat: Support mypy check 2022-07-28 16:09:31 +08:00
__init__.py refactor: Use pbr to get package version 2022-05-30 14:42:53 +08:00
__main__.py chore: Move skyline_apiserver out of libs 2022-05-18 17:21:00 +08:00
main.py feat: Add log_file config into skyline.yaml.sample 2022-10-19 17:29:14 +08:00
py.typed chore: Move skyline_apiserver out of libs 2022-05-18 17:21:00 +08:00
version.py refactor: Use pbr to get package version 2022-05-30 14:42:53 +08:00