cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Start with GRAIL - correct documentation

At the following link an example is given to create a policy to modify bucket in Dynatrace

Statement for policy creation is erroneously typed:

ALLOW: storage:bucket-definition:read,
storage:bucket-definition:write,
storage:bucket-definition:truncate,
storage:bucket-definition:delete;

The actual statement working is (without ":" after ALLOW and with "s" following definition)

ALLOW storage:bucket-definitions:read,
storage:bucket-definitions:write,
storage:bucket-definitions:truncate,
storage:bucket-definitions:delete;

Regards

 

 

1 REPLY 1

MaciejNeumann
Community Team
Community Team

Thank you @y_buccellato for the feedback,

I've let the documentation team know about this issue, and now it is fixed in the article:
Upgrade to the latest Dynatrace - Organize your data 

If you have any questions about the Community, you can contact me at maciej.neumann@dynatrace.com

Featured Posts