maleo-foundation 0.1.56__py3-none-any.whl → 0.1.57__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.
@@ -210,7 +210,7 @@ class ServiceManager:
210
210
  self._runtime_configs = RuntimeConfigurations.model_validate(runtime_configurations)
211
211
 
212
212
  def _initialize_secret_manager(self) -> None:
213
- self._secret_manager = GoogleSecretManager(log_config=self._log_config, service_key=self._runtime_configs.service.key, credentials_path=self._settings.INTERNAL_CREDENTIALS_PATH)
213
+ self._secret_manager = GoogleSecretManager(log_config=self._log_config, service_key=self._runtime_configs.service.key, credentials_path=self._settings.GOOGLE_CREDENTIALS_PATH)
214
214
 
215
215
  @property
216
216
  def secret_manager(self) -> None:
@@ -260,7 +260,7 @@ class ServiceManager:
260
260
 
261
261
  def _initialize_clients(self, environment:BaseEnums.EnvironmentType) -> None:
262
262
  secret = self._secret_manager
263
- storage = GoogleCloudStorage(log_config=self._log_config, service_key=self._runtime_configs.service.key, bucket_name=f"maleo-suite-{environment}", credentials_path=self._settings.INTERNAL_CREDENTIALS_PATH)
263
+ storage = GoogleCloudStorage(log_config=self._log_config, service_key=self._runtime_configs.service.key, bucket_name=f"maleo-suite-{environment}", credentials_path=self._settings.GOOGLE_CREDENTIALS_PATH)
264
264
  self._google_clients = GoogleClientManagers(secret=secret, storage=storage)
265
265
  foundation = MaleoFoundationClientManager(log_config=self._log_config, service_key=self._runtime_configs.service.key)
266
266
  self._maleo_clients = MaleoClientManagers(foundation=foundation)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo_foundation
3
- Version: 0.1.56
3
+ Version: 0.1.57
4
4
  Summary: Foundation package for Maleo
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: MIT
@@ -17,7 +17,7 @@ maleo_foundation/expanded_types/token.py,sha256=4fRTJw6W5MYq71NksNrWNi7qYHQ4_lQw
17
17
  maleo_foundation/managers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  maleo_foundation/managers/db.py,sha256=Pn5EZ-c1Hy6-BihN7KokHJWmBIt3Ty96fZ0zF-srtF4,5208
19
19
  maleo_foundation/managers/middleware.py,sha256=7CDXPMb28AR7J72TWOeKFxOlMypKezEtO9mr53a88B0,4032
20
- maleo_foundation/managers/service.py,sha256=3PY_iQHbUXJ6LcCZh-t-kPqaNsLruDP97VH1ZTyAIY4,16923
20
+ maleo_foundation/managers/service.py,sha256=kioVTFdLQ-QimQxBnZ9I92ZBlmTilt_g1crmT-eOyXE,16919
21
21
  maleo_foundation/managers/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  maleo_foundation/managers/client/base.py,sha256=qfWu_wxoPSSzgZwuTEwRiXERg60diAkz65Qk3fnQej4,3972
23
23
  maleo_foundation/managers/client/maleo.py,sha256=G6C0rn_5c1MEmnoZkJbyXptfoDEofgC5BwLzfQC4NEk,1886
@@ -72,7 +72,7 @@ maleo_foundation/utils/loaders/__init__.py,sha256=Dnuv7BWyglSddnbsFb96s-b3KaW7UK
72
72
  maleo_foundation/utils/loaders/json.py,sha256=NsXLq3VZSgzmEf99tV1VtrmiudWdQ8Pzh_hI4Rm0cM8,397
73
73
  maleo_foundation/utils/loaders/key.py,sha256=GZ4h1ONfp6Xx8-E8AWoGP4ajAZrwPhZRtidjn_u82Qg,2562
74
74
  maleo_foundation/utils/loaders/yaml.py,sha256=jr8v3BlgmRCMTzdNgKhIYt1tnubaJXcDSSGkKVR8pbw,362
75
- maleo_foundation-0.1.56.dist-info/METADATA,sha256=PfOgR1rF6U-ZKpcqhTlBx3lL6PF6IDVbHqztIo058PA,3354
76
- maleo_foundation-0.1.56.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
77
- maleo_foundation-0.1.56.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
78
- maleo_foundation-0.1.56.dist-info/RECORD,,
75
+ maleo_foundation-0.1.57.dist-info/METADATA,sha256=EfpcxsQplJvcq2hDdvHQoREsZOI4bO_J3hYh3n5XfK4,3354
76
+ maleo_foundation-0.1.57.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
77
+ maleo_foundation-0.1.57.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
78
+ maleo_foundation-0.1.57.dist-info/RECORD,,