Skip to content

Support global exports#3879

Merged
jvstme merged 1 commit into
masterfrom
issue_3878_global_exports
May 14, 2026
Merged

Support global exports#3879
jvstme merged 1 commit into
masterfrom
issue_3878_global_exports

Conversation

@jvstme
Copy link
Copy Markdown
Collaborator

@jvstme jvstme commented May 13, 2026

Users with the global admin role can mark any
export as a global export. Global exports are
automatically imported into all projects, and
their imports cannot be deleted.

$ dstack export create global-export --gateway shared-gateway --global
 NAME           FLEETS  GATEWAYS        IMPORTERS
 global-export  -       shared-gateway  *

Only promoting an export to global requires the
global admin role. Regular project admins can add
or remove resources, remove global status, or
delete the export.

Closes #3878

Users with the global admin role can mark any
export as a global export. Global exports are
automatically imported into all projects, and
their imports cannot be deleted.

```shell
$ dstack export create global-export --gateway shared-gateway --global
 NAME           FLEETS  GATEWAYS        IMPORTERS
 global-export  -       shared-gateway  *

```

Only promoting an export to global requires the
global admin role. Regular project admins can add
or remove resources, remove global status, or
delete the export.
@jvstme jvstme requested a review from un-def May 13, 2026 17:28
@jvstme jvstme merged commit 188f080 into master May 14, 2026
25 checks passed
@jvstme jvstme deleted the issue_3878_global_exports branch May 14, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Global exports

2 participants