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
Domains is an optional feature that allows multi-tenancy.
In the Pulp Container plugin, we need to deal with the fact that we have a single registry (a single source of truth, a remote server) that can be accessed by anyone. An open question is whether we should have a different namespace per each domain when serving the content or not. This would induce the requirement to reconsider redirects. Usually, CONTENT_PATH_PREFIX is a subject to change when dealing with domains' scopes.
Domains is an optional feature that allows multi-tenancy.
In the Pulp Container plugin, we need to deal with the fact that we have a single registry (a single source of truth, a remote server) that can be accessed by anyone. An open question is whether we should have a different namespace per each domain when serving the content or not. This would induce the requirement to reconsider redirects. Usually,
CONTENT_PATH_PREFIX
is a subject to change when dealing with domains' scopes.https://docs.pulpproject.org/pulpcore/workflows/domains-multi-tenancy.html
https://docs.pulpproject.org/pulpcore/plugin_dev/plugin-writer/concepts/domains/domains_compatibility.html
Plugins adding domains support:
pulp/pulp_rpm#3106
pulp/pulp_ostree#346
The text was updated successfully, but these errors were encountered: