8f38a1c45f
Currently, when users try to navigate through horizon
panels or use the command-line interface that contains
calls to /api/glance/metadefs it will pop up insufficient
permission errors due to the fact we are disabling [1]
the metadef APIs in glance addressing OSSN-0088 [2].
As a side effect on how we address the OSSN, all API calls
to metadefs will be forbidden for any user, which is not recommended
in production environments. However, we have the current
recommendation of the OSSN which allows CRUD of metadef to
admin only and provide read access to all users.
[1] aab5ee7711
[2] https://wiki.openstack.org/wiki/OSSN/OSSN-0088
Story: 2008761
Task: 42128
Change-Id: Ib1415cadbbfab874a8d44ac6b5c6fba3c7502242
12 lines
416 B
YAML
12 lines
416 B
YAML
---
|
|
glance:
|
|
- 0.1.0 Initial Chart
|
|
- 0.1.1 Change helm-toolkit dependency to >= 0.1.0
|
|
- 0.1.2 Change issuer to clusterissuer
|
|
- 0.1.3 Revert - Change issuer to clusterissuer
|
|
- 0.1.4 Update RBAC apiVersion from /v1beta1 to /v1
|
|
- 0.1.5 Change Issuer to ClusterIssuer
|
|
- 0.1.6 Update glance default policy values
|
|
- 0.1.7 Update storage init script with cacert
|
|
- 0.1.8 Update glance default policy values
|