Skip to content

grant permissions on views and fix jdbc url

Joost Hemmen requested to merge fix-frost-context-and-permissions into main
  • Missing permissions on new database views for thing-user granted in CreateThingInDatabaseAction

  • JDBC url fixed in tomcat_context_template.xml and CreateNewFrostInstanceAction

    • needs to be in format jdbc:postgresql://database/postgres?currentSchema={schema} instead of postgresql://{username}:{password}@database/postgres?currentSchema={schema}
    • username and password are provided after the url
Edited by Joost Hemmen

Merge request reports

Loading