Github user geomacy commented on a diff in the pull request:

    https://github.com/apache/brooklyn-library/pull/33#discussion_r62207804
  
    --- Diff: 
software/database/src/main/java/org/apache/brooklyn/entity/database/postgresql/PostgreSqlNode.java
 ---
    @@ -90,6 +95,29 @@
                 String.class, "postgresql.username", "Username of the database 
user");
         
         String DEFAULT_USERNAME = "postgresqluser";
    +
    +    @SetFromFlag("roles")
    +    ConfigKey<Map<String, Object>> ROLES = new MapConfigKey(Map.class, 
"postgresql.roles", "Initial roles with permissions",
    +            ImmutableMap.<String, Object>of(
    --- End diff --
    
    I'd leave the default empty - hard to predict the roles users will want.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to