grant permissions on views and fix jdbc url
-
Missing permissions on new database views for thing-user granted in
CreateThingInDatabaseAction
-
JDBC url fixed in
tomcat_context_template.xml
andCreateNewFrostInstanceAction
- needs to be in format
jdbc:postgresql://database/postgres?currentSchema={schema}
instead ofpostgresql://{username}:{password}@database/postgres?currentSchema={schema}
-
username
andpassword
are provided after the url
- needs to be in format
Edited by Joost Hemmen