You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In default admin.aclpolicy there is no access for "admin" to storage to upload/manage keys.
There is a reference but only in API policy. There is no reference to resource_types storage in params.pp.
storage:
- match:
path: '(keys|keys/.)'
allow: '' # allow all access to manage stored keys
The text was updated successfully, but these errors were encountered:
In default admin.aclpolicy there is no access for "admin" to storage to upload/manage keys.
There is a reference but only in API policy. There is no reference to resource_types storage in params.pp.
storage:
- match:
path: '(keys|keys/.)'
allow: '' # allow all access to manage stored keys
The text was updated successfully, but these errors were encountered: