You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both users run dstack init and then dstack apply in this folder
Actual behaviour
The second user gets this exception:
Traceback (most recent call last):
File "/workspaces/workspace/dstackServer/.venv/bin/dstack", line 8, in <module>
sys.exit(main())
^^^^^^
File "/workspaces/workspace/dstackServer/.venv/lib/python3.12/site-packages/dstack/_internal/cli/main.py", line 81, in main
args.func(args)
File "/workspaces/workspace/dstackServer/.venv/lib/python3.12/site-packages/dstack/_internal/cli/commands/apply.py", line 123, in _command
configurator.apply_configuration(
File "/workspaces/workspace/dstackServer/.venv/lib/python3.12/site-packages/dstack/_internal/cli/services/configurators/run.py", line 171, in apply_configuration
run = self.api.runs.exec_plan(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/workspaces/workspace/dstackServer/.venv/lib/python3.12/site-packages/dstack/api/_public/runs.py", line 573, in exec_plan
self._api_client.repos.upload_code(
File "/workspaces/workspace/dstackServer/.venv/lib/python3.12/site-packages/dstack/api/server/_repos.py", line 46, in upload_code
self._request(
File "/workspaces/workspace/dstackServer/.venv/lib/python3.12/site-packages/dstack/api/server/__init__.py", line 148, in _request
resp.raise_for_status()
File "/workspaces/workspace/dstackServer/.venv/lib/python3.12/site-packages/requests/models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://dstack.dev-mlops.cloud.audi/api/project/main/repos/upload_code?repo_id=dstack-rbig83ga
Expected behaviour
As a user, I don't want my repos to interfere with the repos of other users even if the repo name is the same.
dstack version
0.18.35
Server logs
Additional information
No response
The text was updated successfully, but these errors were encountered:
Steps to reproduce
dstack init
and thendstack apply
in this folderActual behaviour
The second user gets this exception:
Expected behaviour
As a user, I don't want my repos to interfere with the repos of other users even if the repo name is the same.
dstack version
0.18.35
Server logs
Additional information
No response
The text was updated successfully, but these errors were encountered: