kolla-ansible/releasenotes/notes/fix-app-cred-access-rules-14b5dcfcd5a5669a.yaml
Will Szumski 49006e56d9 Add keystone_authtoken.service_type
Fixes an issue where access rules failed to validate:

    Cannot validate request with restricted access rules. Set
    service_type in [keystone_authtoken] to allow access rule validation

I've used the values from the endpoint. This was mostly a straight
forward copy and paste, except:

- versioned endpoints e.g cinderv3 where I stripped the version
- monasca has multiple endpoints associated with a single service. For
  this, I concatenated logging and monitoring to be logging-monitoring.

Closes-Bug: #1965111
Change-Id: Ic4b3ab60abad8c3dd96cd4923a67f2a8f9d195d7
2022-06-09 22:49:38 +02:00

7 lines
191 B
YAML

---
fixes:
- |
Adds configuration necessary for application credential access rules to
properly function.
`LP#1965111 <https://bugs.launchpad.net/kolla-ansible/+bug/1965111>`__