When the default role is _member_ instead of member, the Skyline API response 401
Bug: 2034976
Change-Id: I7c633728c8de9f300eb718f615bc9950e0c96411
(cherry picked from commit 87019798faa5d18d2409083c448b792cf83252a5)
cddcb48...
by
OpenStack Release Bot <email address hidden>
Update TOX_CONSTRAINTS_FILE for stable/2023.2
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.
Until the requirements repository has as stable/2023.2 branch, tests will
continue to use the upper-constraints list on master.
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.