qontract-reconcile 0.10.2.dev206__py3-none-any.whl → 0.10.2.dev207__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {qontract_reconcile-0.10.2.dev206.dist-info → qontract_reconcile-0.10.2.dev207.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.2.dev206.dist-info → qontract_reconcile-0.10.2.dev207.dist-info}/RECORD +5 -5
- reconcile/vault_replication.py +6 -1
- {qontract_reconcile-0.10.2.dev206.dist-info → qontract_reconcile-0.10.2.dev207.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev206.dist-info → qontract_reconcile-0.10.2.dev207.dist-info}/entry_points.txt +0 -0
{qontract_reconcile-0.10.2.dev206.dist-info → qontract_reconcile-0.10.2.dev207.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: qontract-reconcile
|
3
|
-
Version: 0.10.2.
|
3
|
+
Version: 0.10.2.dev207
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
5
5
|
Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
|
6
6
|
Project-URL: repository, https://github.com/app-sre/qontract-reconcile
|
{qontract_reconcile-0.10.2.dev206.dist-info → qontract_reconcile-0.10.2.dev207.dist-info}/RECORD
RENAMED
@@ -118,7 +118,7 @@ reconcile/terraform_resources.py,sha256=iufjMJs_aSEvmh7Cg11beCxKmV8nrOLOpEtiTryP
|
|
118
118
|
reconcile/terraform_tgw_attachments.py,sha256=hn_IO-0W_QoDufW6aZRqcruZ7MPGjaLuc0PZ-FApJQA,18810
|
119
119
|
reconcile/terraform_users.py,sha256=rt62m9Yb0mkyhza07t_c6vlrFWF-OeJGJ9oGaCVK72M,10234
|
120
120
|
reconcile/terraform_vpc_peerings.py,sha256=0N7uxG6Afe2oNrUyw-apjV-fX2P9TbI5A3xjXO_83eA,27658
|
121
|
-
reconcile/vault_replication.py,sha256=
|
121
|
+
reconcile/vault_replication.py,sha256=2ARkleRg7WE-tNuTadyge8ljZv3wk4gsJFkKEHHksXM,17627
|
122
122
|
reconcile/vpc_peerings_validator.py,sha256=aESqrhm1tpkc2iqSL1UV5to_HjNgjRSffD0crb_q49g,7113
|
123
123
|
reconcile/aus/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
124
124
|
reconcile/aus/advanced_upgrade_service.py,sha256=lt684trHbKvVDLwwuNVz3Wu_MnytFSbS_7MZTIITh9k,23969
|
@@ -815,7 +815,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
815
815
|
tools/saas_promotion_state/saas_promotion_state.py,sha256=UfwwRLS5Ya4_Nh1w5n1dvoYtchQvYE9yj1VANt2IKqI,3925
|
816
816
|
tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
|
817
817
|
tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y,894
|
818
|
-
qontract_reconcile-0.10.2.
|
819
|
-
qontract_reconcile-0.10.2.
|
820
|
-
qontract_reconcile-0.10.2.
|
821
|
-
qontract_reconcile-0.10.2.
|
818
|
+
qontract_reconcile-0.10.2.dev207.dist-info/METADATA,sha256=UdoDHkjPDfwtakZqafNuWU01FUq_fUTiiWiCAbpI5P0,24555
|
819
|
+
qontract_reconcile-0.10.2.dev207.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
820
|
+
qontract_reconcile-0.10.2.dev207.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
|
821
|
+
qontract_reconcile-0.10.2.dev207.dist-info/RECORD,,
|
reconcile/vault_replication.py
CHANGED
@@ -122,7 +122,12 @@ def copy_vault_secret(
|
|
122
122
|
except SecretAccessForbidden:
|
123
123
|
# Raise exception if we can't read the secret from the source vault.
|
124
124
|
# This is likely to be related to the approle permissions.
|
125
|
-
|
125
|
+
logging.error([
|
126
|
+
"replicate_vault_secret",
|
127
|
+
"Cannot read secret from source vault",
|
128
|
+
path,
|
129
|
+
])
|
130
|
+
raise
|
126
131
|
except SecretNotFound:
|
127
132
|
# If the secret is present in vault, but there are no versions of it
|
128
133
|
# we want to be aware of it, but not cause a failure of the complete
|
{qontract_reconcile-0.10.2.dev206.dist-info → qontract_reconcile-0.10.2.dev207.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|