No middleware if no ipc, add prefix env var

This commit is contained in:
nolash
2020-10-17 14:47:01 +02:00
parent 14e3581b3d
commit 2c34777ff1
7 changed files with 24 additions and 14 deletions

View File

@@ -39,6 +39,7 @@ class ReferenceKeystore(Keystore):
logg.debug('dsn {}'.format(dsn))
self.conn = psycopg2.connect(make_dsn(dsn))
self.cur = self.conn.cursor()
self.cur.execute(self.schema[0])
self.symmetric_key = kwargs.get('symmetric_key')