ominfra 0.0.0.dev394__py3-none-any.whl → 0.0.0.dev396__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.
- ominfra/tools/listresources.py +1 -1
- {ominfra-0.0.0.dev394.dist-info → ominfra-0.0.0.dev396.dist-info}/METADATA +3 -3
- {ominfra-0.0.0.dev394.dist-info → ominfra-0.0.0.dev396.dist-info}/RECORD +7 -7
- {ominfra-0.0.0.dev394.dist-info → ominfra-0.0.0.dev396.dist-info}/WHEEL +0 -0
- {ominfra-0.0.0.dev394.dist-info → ominfra-0.0.0.dev396.dist-info}/entry_points.txt +0 -0
- {ominfra-0.0.0.dev394.dist-info → ominfra-0.0.0.dev396.dist-info}/licenses/LICENSE +0 -0
- {ominfra-0.0.0.dev394.dist-info → ominfra-0.0.0.dev396.dist-info}/top_level.txt +0 -0
ominfra/tools/listresources.py
CHANGED
@@ -132,7 +132,7 @@ class GcpServer(Server):
|
|
132
132
|
|
133
133
|
def get_gcp_servers() -> list[GcpServer]:
|
134
134
|
cfg = _get_secrets()
|
135
|
-
creds = cfg.
|
135
|
+
creds = cfg.get('gcp_oauth2').reveal()
|
136
136
|
|
137
137
|
from google.oauth2 import service_account
|
138
138
|
credentials = service_account.Credentials.from_service_account_info(json.loads(creds))
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ominfra
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev396
|
4
4
|
Summary: ominfra
|
5
5
|
Author: wrmsr
|
6
6
|
License-Expression: BSD-3-Clause
|
@@ -14,8 +14,8 @@ Classifier: Programming Language :: Python :: 3.13
|
|
14
14
|
Requires-Python: >=3.13
|
15
15
|
Description-Content-Type: text/markdown
|
16
16
|
License-File: LICENSE
|
17
|
-
Requires-Dist: omdev==0.0.0.
|
18
|
-
Requires-Dist: omlish==0.0.0.
|
17
|
+
Requires-Dist: omdev==0.0.0.dev396
|
18
|
+
Requires-Dist: omlish==0.0.0.dev396
|
19
19
|
Provides-Extra: all
|
20
20
|
Requires-Dist: paramiko~=4.0; extra == "all"
|
21
21
|
Requires-Dist: asyncssh~=2.21; extra == "all"
|
@@ -155,10 +155,10 @@ ominfra/tailscale/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
155
155
|
ominfra/tailscale/api.py,sha256=XASv9C_CWI-u-yX5jVzhJrkJhlwQRkYQWQQG1uJwAd8,1375
|
156
156
|
ominfra/tailscale/cli.py,sha256=zRV7-tKB7kBah1oTVZlol-vwx1FBlnfzYAPGkeU5jX4,3543
|
157
157
|
ominfra/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
158
|
-
ominfra/tools/listresources.py,sha256=
|
159
|
-
ominfra-0.0.0.
|
160
|
-
ominfra-0.0.0.
|
161
|
-
ominfra-0.0.0.
|
162
|
-
ominfra-0.0.0.
|
163
|
-
ominfra-0.0.0.
|
164
|
-
ominfra-0.0.0.
|
158
|
+
ominfra/tools/listresources.py,sha256=ePmo7cUAiBZARkM_3K4GKYZXxV73An_aioS1m-AAJis,6181
|
159
|
+
ominfra-0.0.0.dev396.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
160
|
+
ominfra-0.0.0.dev396.dist-info/METADATA,sha256=5-GI8VXfQIt9erBiHwohnJOzJDQLkurtWGw7Ec7hUyM,2377
|
161
|
+
ominfra-0.0.0.dev396.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
162
|
+
ominfra-0.0.0.dev396.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
|
163
|
+
ominfra-0.0.0.dev396.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
|
164
|
+
ominfra-0.0.0.dev396.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|