Skip to content

Commit 98673ab

Browse files
committed
fixed get_secrets_endpoint
1 parent bfac89f commit 98673ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-sdk/exospherehost/runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def _get_secrets_endpoint(self, state_id: str):
121121
"""
122122
Construct the endpoint URL for getting secrets.
123123
"""
124-
return f"{self._state_manager_uri}/{str(self._state_manager_version)}/state/{state_id}/secrets"
124+
return f"{self._state_manager_uri}/{str(self._state_manager_version)}/namespace/{self._namespace}/state/{state_id}/secrets"
125125

126126
async def _register(self):
127127
"""

0 commit comments

Comments
 (0)