kolla-ansible/releasenotes/notes/skydive-keystone-auth-0fe96463b27dd914.yaml
Nick Jones 7e5aa63728 [skydive] fix: Use Keystone backend to authenticate API users
Update Skydive Analyzer's configuration to use Keystone as its backend
for authenticating users.  Any user with a role in the project defined
by the variable skydive_admin_tenant_name will be able to access
Skydive.

Change-Id: I64c811d5eb72c7406fd52b649fa00edaf2d0c07b
Closes-Bug: 1870903
2020-04-24 19:31:57 +00:00

7 lines
273 B
YAML

---
fixes:
- Skydive's API and the web UI now rely on Keystone for
authentication. Only users in the Keystone project defined by
skydive_admin_tenant_name will be able to authenticate. See
`LP#1870903 <https://launchpad.net/bugs/1870903>` for more details.