flux-config-shared 0.1.1__py3-none-any.whl → 0.3.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.
- flux_config_shared/daemon_state.py +1 -1
- flux_config_shared/protocol.py +4 -0
- {flux_config_shared-0.1.1.dist-info → flux_config_shared-0.3.0.dist-info}/METADATA +1 -1
- {flux_config_shared-0.1.1.dist-info → flux_config_shared-0.3.0.dist-info}/RECORD +5 -5
- {flux_config_shared-0.1.1.dist-info → flux_config_shared-0.3.0.dist-info}/WHEEL +0 -0
flux_config_shared/protocol.py
CHANGED
|
@@ -195,6 +195,10 @@ class MethodName(str, Enum):
|
|
|
195
195
|
NETWORK_SHAPING_GET_POLICY = "network.shaping.get_policy"
|
|
196
196
|
NETWORK_SHAPING_SET_POLICY = "network.shaping.set_policy"
|
|
197
197
|
|
|
198
|
+
# ArcaneOS Node Authentication
|
|
199
|
+
ARCANE_GENERATE_CHALLENGE = "arcane.generate_challenge"
|
|
200
|
+
ARCANE_CONFIG_UPDATE = "arcane.config_update"
|
|
201
|
+
|
|
198
202
|
|
|
199
203
|
class EventType(str, Enum):
|
|
200
204
|
"""Event types (Daemon → Client)."""
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
flux_config_shared/__init__.py,sha256=TmvZd2U3Jf4NX6kSUVIwIWufNqwP-zPX65fLRHn6I4E,432
|
|
2
2
|
flux_config_shared/app_config.py,sha256=UzG2KoAmDOC8A1HaXZ0UHhw5fWvzj4A0o3b7z6-Urpk,2917
|
|
3
3
|
flux_config_shared/config_locations.py,sha256=zyw71Kd8MujcRudRSIVfWaoz6zdUskIYmRB_3WoqsSY,1754
|
|
4
|
-
flux_config_shared/daemon_state.py,sha256=
|
|
4
|
+
flux_config_shared/daemon_state.py,sha256=oxAcP9p624HcsePMek7OvFBqSc27oCsImUX4fP9gzKo,4186
|
|
5
5
|
flux_config_shared/delegate_config.py,sha256=C1cdgmzTK5HPX13Kz7BIRkeir1CVxGk6_HvRKL4OHVs,3207
|
|
6
6
|
flux_config_shared/log.py,sha256=26ZXyIaYozIi_n8_rEgjN0S489wL5oA2d_Gh-5RdYRQ,3861
|
|
7
7
|
flux_config_shared/models.py,sha256=zfYN2d4CFErTBI4vpIwESnopCTInUz68xGSPswpyIOo,1230
|
|
8
|
-
flux_config_shared/protocol.py,sha256=
|
|
8
|
+
flux_config_shared/protocol.py,sha256=mqZudJRE7oYMQhlaiXe4XjPUn1hwoo7DX_AC8pITBaQ,13527
|
|
9
9
|
flux_config_shared/user_config.py,sha256=l5onT-Ojz2xxErQE4HGfMCqKbFobi2QVaFyHAYTiy74,19202
|
|
10
|
-
flux_config_shared-0.
|
|
11
|
-
flux_config_shared-0.
|
|
12
|
-
flux_config_shared-0.
|
|
10
|
+
flux_config_shared-0.3.0.dist-info/WHEEL,sha256=fAguSjoiATBe7TNBkJwOjyL1Tt4wwiaQGtNtjRPNMQA,80
|
|
11
|
+
flux_config_shared-0.3.0.dist-info/METADATA,sha256=bDqHsHCoAh00QMcdN4xvVinswSHbuP06y4tYTq4wts8,1332
|
|
12
|
+
flux_config_shared-0.3.0.dist-info/RECORD,,
|
|
File without changes
|