This is an automated email from the ASF dual-hosted git repository.

tbouron pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 38179a0  add SERVER_STATUS entitlement for read-only role
     new 880eb1d  Merge pull request #1059 from 
jcabrerizo/fixReadOnlyEntitlement
38179a0 is described below

commit 38179a074357529699b3784c673c0de0c5bf2027
Author: Juan Cabrerizo <j...@cloudsoft.io>
AuthorDate: Fri Mar 22 09:43:19 2019 +0000

    add SERVER_STATUS entitlement for read-only role
---
 .../java/org/apache/brooklyn/core/mgmt/entitlement/Entitlements.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/core/src/main/java/org/apache/brooklyn/core/mgmt/entitlement/Entitlements.java
 
b/core/src/main/java/org/apache/brooklyn/core/mgmt/entitlement/Entitlements.java
index 67f7080..cecff67 100644
--- 
a/core/src/main/java/org/apache/brooklyn/core/mgmt/entitlement/Entitlements.java
+++ 
b/core/src/main/java/org/apache/brooklyn/core/mgmt/entitlement/Entitlements.java
@@ -351,6 +351,7 @@ public class Entitlements {
             FineGrainedEntitlements.allowing(SEE_ENTITY),
             FineGrainedEntitlements.allowing(SEE_ACTIVITY_STREAMS),
             FineGrainedEntitlements.allowing(SEE_CATALOG_ITEM),
+            FineGrainedEntitlements.allowing(SERVER_STATUS),
             FineGrainedEntitlements.seeNonSecretSensors(),
             FineGrainedEntitlements.seeNonSecretConfig()
         );

Reply via email to