openstack-image-manager icon indicating copy to clipboard operation
openstack-image-manager copied to clipboard

Recommend use of Application Credentials

Open berendt opened this issue 2 years ago • 0 comments

This ACL has to be improved. Role member is sufficient.

- service: image
  method: POST
  path: /v2/**
- service: image
  method: GET
  path: /v2/**
- service: image
  method: PATCH
  path: /v2/**
- service: image
  method: DELETE
  path: /v2/**
- service: image
  method: PUT
  path: /v2/**

berendt avatar Feb 23 '23 09:02 berendt