Closed signedav closed 2 weeks ago
But not always. The layer should not be created with it (and have instead no user name). Such functionalities are provided by the PG Kerberos integration.
Backend here https://github.com/opengisch/QgisModelBakerLibrary/pull/114
We need to pass it:
If no user name available just set the account user name.
Pass the account user name (the account name) to the library when it needs to connect the db, but not on creating the layers (means only on mgmt_uri)
Provided over the db_utils.get_db_connector
db_utils.get_db_connector
But not always. The layer should not be created with it (and have instead no user name). Such functionalities are provided by the PG Kerberos integration.
Backend here https://github.com/opengisch/QgisModelBakerLibrary/pull/114
We need to pass it:
ili2db commands
If no user name available just set the account user name.
generate project
Pass the account user name (the account name) to the library when it needs to connect the db, but not on creating the layers (means only on mgmt_uri)
direct connections
Provided over the
db_utils.get_db_connector