qwak-core 0.5.18__py3-none-any.whl → 0.6.0__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.
qwak/__init__.py
CHANGED
qwak/inner/const.py
CHANGED
|
@@ -25,7 +25,9 @@ class QwakConstants:
|
|
|
25
25
|
|
|
26
26
|
QWAK_DEFAULT_SECTION: str = "default"
|
|
27
27
|
|
|
28
|
-
AUTH0_JWKS_URI =
|
|
28
|
+
AUTH0_JWKS_URI = getenv(
|
|
29
|
+
"JWKS_URI", "https://dev-qwak.us.auth0.com/.well-known/jwks.json"
|
|
30
|
+
)
|
|
29
31
|
|
|
30
32
|
AUTH0_ALGORITHMS = ["RS256"]
|
|
31
33
|
|
|
@@ -619,7 +619,7 @@ _qwak_proto/qwak/workspace/workspace_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXH
|
|
|
619
619
|
_qwak_proto/qwak/workspace/workspace_service_pb2.py,sha256=93uNm83VVrkLG_XVsuBOBTPs4UJF91YD1xJTOEbRyig,9239
|
|
620
620
|
_qwak_proto/qwak/workspace/workspace_service_pb2.pyi,sha256=nKKCHwnovZhsy8TSVmdz-Vtl0nviOOoX56HD-41Xo08,13726
|
|
621
621
|
_qwak_proto/qwak/workspace/workspace_service_pb2_grpc.py,sha256=yKGuexxTBza99Ihe0DSTniV2ZSd_AG47inHenqfi890,27193
|
|
622
|
-
qwak/__init__.py,sha256=
|
|
622
|
+
qwak/__init__.py,sha256=xH0xYucM3_7bEtQzKhPa5rsPFPHvxo7d8pIu8G59GhA,585
|
|
623
623
|
qwak/automations/__init__.py,sha256=qFZRvCxUUn8gcxkJR0v19ulHW2oJ0x6-Rif7HiheDP4,1522
|
|
624
624
|
qwak/automations/automation_executions.py,sha256=5MeH_epYYWb8NKXgAozwT_jPyyUDednBHG7izloi7RY,3228
|
|
625
625
|
qwak/automations/automations.py,sha256=2Wyrgj2mW5VmJzTKAXj3vQM_svYCuq_Bsu3_Vu9SdR4,12732
|
|
@@ -862,7 +862,7 @@ qwak/inner/build_logic/tools/files.py,sha256=druKkTp640Zy3x1MLjuTuXY56r5blEnH8dS
|
|
|
862
862
|
qwak/inner/build_logic/tools/ignore_files.py,sha256=E65s3m46pmSX4q4hX2-R5HYHDO4VCQHjip8Xn_yOBRg,750
|
|
863
863
|
qwak/inner/build_logic/tools/text.py,sha256=tH-v19Mt8l90sMVxku5XRtrderT0qdRqJ-jLijqannA,188
|
|
864
864
|
qwak/inner/build_logic/trigger_build_context.py,sha256=n5s7MRk41h8cxPI3IVuqMQUVuCc-D8A7Hhq35YuuAps,200
|
|
865
|
-
qwak/inner/const.py,sha256=
|
|
865
|
+
qwak/inner/const.py,sha256=nKeJOpIguWJR3RWRv3peb62-TibYOzzqkGhVR12oEf4,1025
|
|
866
866
|
qwak/inner/di_configuration/__init__.py,sha256=RxGaowPAmq-entRtvlp2Ln6uc08wD0TTFwnTr7cr5zI,133
|
|
867
867
|
qwak/inner/di_configuration/account.py,sha256=V5NOVOsxhe11-oD4i4UFskWMhq0EOyJ0rDbNSAv7GfA,5338
|
|
868
868
|
qwak/inner/di_configuration/config.yml,sha256=GUvaZMWIDIR_d7hFcPVG_kHdCwpERKH1AFDakG3vqI4,242
|
|
@@ -1095,6 +1095,6 @@ qwak_services_mock/mocks/workspace_manager_service_mock.py,sha256=O9ZSwln4T4kHVk
|
|
|
1095
1095
|
qwak_services_mock/services_mock.py,sha256=0BWwS2re9ryO3JrJJgSNyEQ0lDOjyrpV36oa8t7Pd7A,19163
|
|
1096
1096
|
qwak_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1097
1097
|
qwak_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
|
|
1098
|
-
qwak_core-0.
|
|
1099
|
-
qwak_core-0.
|
|
1100
|
-
qwak_core-0.
|
|
1098
|
+
qwak_core-0.6.0.dist-info/METADATA,sha256=1lWq-8rFW-SUcNvtqESgHEVYp3d1H-4-TPXUpe3c1QY,1986
|
|
1099
|
+
qwak_core-0.6.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
1100
|
+
qwak_core-0.6.0.dist-info/RECORD,,
|
|
File without changes
|