opentf-toolkit-nightly 0.58.0.dev1149__py3-none-any.whl → 0.58.0.dev1152__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.
- opentf/commons/__init__.py +3 -0
- {opentf_toolkit_nightly-0.58.0.dev1149.dist-info → opentf_toolkit_nightly-0.58.0.dev1152.dist-info}/METADATA +9 -9
- {opentf_toolkit_nightly-0.58.0.dev1149.dist-info → opentf_toolkit_nightly-0.58.0.dev1152.dist-info}/RECORD +6 -6
- {opentf_toolkit_nightly-0.58.0.dev1149.dist-info → opentf_toolkit_nightly-0.58.0.dev1152.dist-info}/WHEEL +1 -1
- {opentf_toolkit_nightly-0.58.0.dev1149.dist-info → opentf_toolkit_nightly-0.58.0.dev1152.dist-info}/LICENSE +0 -0
- {opentf_toolkit_nightly-0.58.0.dev1149.dist-info → opentf_toolkit_nightly-0.58.0.dev1152.dist-info}/top_level.txt +0 -0
opentf/commons/__init__.py
CHANGED
|
@@ -157,6 +157,9 @@ def _check_token(authz: str, context: Dict[str, Any]) -> Optional[Response]:
|
|
|
157
157
|
except ValueError as err:
|
|
158
158
|
logging.error('Invalid trusted key #%d:', i)
|
|
159
159
|
logging.error(err)
|
|
160
|
+
except jwt.InvalidKeyError as err:
|
|
161
|
+
logging.error('Invalid trusted key #%d:', i)
|
|
162
|
+
logging.error(err)
|
|
160
163
|
except jwt.InvalidAlgorithmError as err:
|
|
161
164
|
logging.error(
|
|
162
165
|
'Invalid algorithm while verifying token by trusted key #%d:', i
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: opentf-toolkit-nightly
|
|
3
|
-
Version: 0.58.0.
|
|
3
|
+
Version: 0.58.0.dev1152
|
|
4
4
|
Summary: OpenTestFactory Orchestrator Toolkit
|
|
5
5
|
Home-page: https://gitlab.com/henixdevelopment/open-source/opentestfactory/python-toolkit
|
|
6
6
|
Author: Martin Lafaix
|
|
@@ -16,14 +16,14 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
16
16
|
Requires-Python: >= 3.9.0
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
18
|
License-File: LICENSE
|
|
19
|
-
Requires-Dist: requests>=2.32
|
|
20
|
-
Requires-Dist: PyJWT[crypto]
|
|
21
|
-
Requires-Dist: PyYAML>=6
|
|
22
|
-
Requires-Dist: Flask<4,>=3
|
|
23
|
-
Requires-Dist: jsonschema>=4.23
|
|
24
|
-
Requires-Dist: toposort>=1.10
|
|
25
|
-
Requires-Dist: waitress>=3
|
|
26
|
-
Requires-Dist: paste>=3.10
|
|
19
|
+
Requires-Dist: requests >=2.32
|
|
20
|
+
Requires-Dist: PyJWT[crypto] >=2.9
|
|
21
|
+
Requires-Dist: PyYAML >=6
|
|
22
|
+
Requires-Dist: Flask <4,>=3
|
|
23
|
+
Requires-Dist: jsonschema >=4.23
|
|
24
|
+
Requires-Dist: toposort >=1.10
|
|
25
|
+
Requires-Dist: waitress >=3
|
|
26
|
+
Requires-Dist: paste >=3.10
|
|
27
27
|
|
|
28
28
|
# opentf-toolkit
|
|
29
29
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
opentf/commons/__init__.py,sha256=
|
|
1
|
+
opentf/commons/__init__.py,sha256=CecEYGl7HK5sBSGHeyPr-DaZN2_GQMKqVidS4e3sR8s,22636
|
|
2
2
|
opentf/commons/auth.py,sha256=bM2Z3kxm2Wku1lKXaRAIg37LHvXWAXIZIqjplDfN2P8,15899
|
|
3
3
|
opentf/commons/config.py,sha256=dyus4K5Zdmcftc3Y9Z1YRkzA1KwiRLHoeAlg2_A49QM,7876
|
|
4
4
|
opentf/commons/datasources.py,sha256=GSbjrYnZQup2B3r7T7l3C_o6R2jS13nQiu6dRitoenk,26194
|
|
@@ -57,8 +57,8 @@ opentf/scripts/startup.py,sha256=c5fhYUy_Nk6z-eo0kW0mG56452dcIw9mzb9trljZYZ4,214
|
|
|
57
57
|
opentf/toolkit/__init__.py,sha256=mYeJPZ92ulbTBItqEsZgF4nnuRh6G19QPY3Jxc92ifc,23028
|
|
58
58
|
opentf/toolkit/channels.py,sha256=6xcVKHUK2FdyVKIQmPQbakngfVuQDzCcD_lInOdKpro,17171
|
|
59
59
|
opentf/toolkit/core.py,sha256=6nud1vqcfjs9swZu_Z-rbvdbejtrlSjOd8eZXIF0ChE,9795
|
|
60
|
-
opentf_toolkit_nightly-0.58.0.
|
|
61
|
-
opentf_toolkit_nightly-0.58.0.
|
|
62
|
-
opentf_toolkit_nightly-0.58.0.
|
|
63
|
-
opentf_toolkit_nightly-0.58.0.
|
|
64
|
-
opentf_toolkit_nightly-0.58.0.
|
|
60
|
+
opentf_toolkit_nightly-0.58.0.dev1152.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
61
|
+
opentf_toolkit_nightly-0.58.0.dev1152.dist-info/METADATA,sha256=Grat47-RomgGC_3UgANOXeGfrKWCNLp_9pNSHvF6PTk,1940
|
|
62
|
+
opentf_toolkit_nightly-0.58.0.dev1152.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
63
|
+
opentf_toolkit_nightly-0.58.0.dev1152.dist-info/top_level.txt,sha256=_gPuE6GTT6UNXy1DjtmQSfCcZb_qYA2vWmjg7a30AGk,7
|
|
64
|
+
opentf_toolkit_nightly-0.58.0.dev1152.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|