Skip to content

Commit

Permalink
fix: keygenerator for mysql (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Dec 9, 2023
1 parent 7fcc426 commit 8773dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/key_regeneration/key_regeneration.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ def obtain_data_sql(self):

ox_auth_conf_dynamic = json.loads(result[self.conf_dyn])
self.key_store_secret = ox_auth_conf_dynamic[self.conf_keystore_secret]
self.keystore_fn = ox_auth_conf_dynamic['keyStoreFile']
self.get_sig_enc_algs(json.loads(result[self.conf_web_keys]))
self.revision = int(result[self.conf_rev])

Expand Down

0 comments on commit 8773dda

Please sign in to comment.