cloud-governance 1.1.371__py3-none-any.whl → 1.1.373__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.
- cloud_governance/main/environment_variables.py +1 -2
- {cloud_governance-1.1.371.dist-info → cloud_governance-1.1.373.dist-info}/METADATA +1 -1
- {cloud_governance-1.1.371.dist-info → cloud_governance-1.1.373.dist-info}/RECORD +6 -6
- {cloud_governance-1.1.371.dist-info → cloud_governance-1.1.373.dist-info}/WHEEL +0 -0
- {cloud_governance-1.1.371.dist-info → cloud_governance-1.1.373.dist-info}/licenses/LICENSE +0 -0
- {cloud_governance-1.1.371.dist-info → cloud_governance-1.1.373.dist-info}/top_level.txt +0 -0
|
@@ -146,7 +146,6 @@ class EnvironmentVariables:
|
|
|
146
146
|
# ['User', 'Budget', 'Project', 'Manager']
|
|
147
147
|
self._environment_variables_dict['cost_explorer_tags'] = EnvironmentVariables.get_env('cost_explorer_tags',
|
|
148
148
|
'{}')
|
|
149
|
-
|
|
150
149
|
# AZURE Credentials
|
|
151
150
|
self._environment_variables_dict['AZURE_ACCOUNT_ID'] = EnvironmentVariables.get_env('AZURE_ACCOUNT_ID', '')
|
|
152
151
|
self._environment_variables_dict['AZURE_CLIENT_ID'] = EnvironmentVariables.get_env('AZURE_CLIENT_ID', '')
|
|
@@ -284,7 +283,7 @@ class EnvironmentVariables:
|
|
|
284
283
|
EnvironmentVariables.get_env('POLICIES_TO_ALERT', '[]'))
|
|
285
284
|
self._environment_variables_dict['ADMIN_MAIL_LIST'] = EnvironmentVariables.get_env('ADMIN_MAIL_LIST', '')
|
|
286
285
|
self._environment_variables_dict['SKIP_POLICIES_ALERT'] = literal_eval(
|
|
287
|
-
EnvironmentVariables.get_env('SKIP_POLICIES_ALERT',
|
|
286
|
+
EnvironmentVariables.get_env('SKIP_POLICIES_ALERT', '[]'))
|
|
288
287
|
if self._environment_variables_dict.get('policy') in ['send_aggregated_alerts', 'cloudability_cost_reports']:
|
|
289
288
|
self._environment_variables_dict['COMMON_POLICIES'] = True
|
|
290
289
|
# CRO -- Cloud Resource Orch
|
|
@@ -143,7 +143,7 @@ cloud_governance/common/utils/configs.py,sha256=shFxWt0Kc-GwzcZKYCkHm058ujwdTxn4
|
|
|
143
143
|
cloud_governance/common/utils/json_datetime_encoder.py,sha256=_-jzRTe0UqAKTn2E9qaU8SYIxHUoRA5ElWuVA0Y54Xw,338
|
|
144
144
|
cloud_governance/common/utils/utils.py,sha256=ZUsi4ax2XhDIV-EQ5kJt5Ppd72kmm2psqcg1cNDZrvc,4349
|
|
145
145
|
cloud_governance/main/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
146
|
-
cloud_governance/main/environment_variables.py,sha256=
|
|
146
|
+
cloud_governance/main/environment_variables.py,sha256=erhi9cVXRE4-jQ9pPKjj_q_ee38MHDoh9pCq8_nbTzY,29332
|
|
147
147
|
cloud_governance/main/environment_variables_exceptions.py,sha256=UR0Ith0P0oshsDZdJRlRq8ZUTt0h8jFvUtrnP4m4AIY,437
|
|
148
148
|
cloud_governance/main/es_uploader.py,sha256=6Ify5CS2NtUF1xXZ-rMwpYxVzDKfEZhv2vogWFltt98,10656
|
|
149
149
|
cloud_governance/main/main.py,sha256=4TBiCBO_1z8KpGXb8brPKBmv3jHBl8fl_-Sb80ctYno,18880
|
|
@@ -264,8 +264,8 @@ cloud_governance/policy/policy_runners/elasticsearch/__init__.py,sha256=47DEQpj8
|
|
|
264
264
|
cloud_governance/policy/policy_runners/elasticsearch/upload_elastic_search.py,sha256=pOwUJWXjJbyTy8iv3Ap8xJGnqQe-5lZgoR8-vGfAVos,1881
|
|
265
265
|
cloud_governance/policy/policy_runners/ibm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
266
266
|
cloud_governance/policy/policy_runners/ibm/policy_runner.py,sha256=V0E_f7F3hXit0aSq4BlfX1Jd4vjR2NEvOWsJ5upvZ4o,1302
|
|
267
|
-
cloud_governance-1.1.
|
|
268
|
-
cloud_governance-1.1.
|
|
269
|
-
cloud_governance-1.1.
|
|
270
|
-
cloud_governance-1.1.
|
|
271
|
-
cloud_governance-1.1.
|
|
267
|
+
cloud_governance-1.1.373.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
268
|
+
cloud_governance-1.1.373.dist-info/METADATA,sha256=Dvu5gm5M_KP--jpqu090Kna8_9dwfkrrArOJ87L_yxc,11384
|
|
269
|
+
cloud_governance-1.1.373.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
270
|
+
cloud_governance-1.1.373.dist-info/top_level.txt,sha256=jfB1fgj7jvx3YZkZA4G6hFeS1RHO7J7XtnbjuMNMRww,17
|
|
271
|
+
cloud_governance-1.1.373.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|