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
Version
Installed via pulp-operator on Kubernetes.
Pulp image used: pulp-minimal:stable
Describe the bug
Changing configuration variable REDIRECT_TO_OBJECT_STORAGE does not propagate redirect_to_object_storage field change for the default domain in the database
To Reproduce
Create CRD with external_db_secret and object_storage_s3_secret parameters set
Modify CRD with parameter
pulp_settings:
REDIRECT_TO_OBJECT_STORAGE: false
Verify that parameter is handled by dynaconf and set to False
Verify that parameter is not false for default domain via pulp domain show --name default
Verify that parameter is not false for core_domain table in Pulp database
Expected behavior
When switching REDIRECT_TO_OBJECT_STORAGE parameter - new value is applied to default domain
Additional context
This issue possibly blocks cloud solutions that are using S3 Object Storage with strict access policies or in an environments with filtered internet access.
The text was updated successfully, but these errors were encountered:
Version
Installed via pulp-operator on Kubernetes.
Pulp image used: pulp-minimal:stable
Describe the bug
Changing configuration variable
REDIRECT_TO_OBJECT_STORAGE
does not propagateredirect_to_object_storage
field change for the default domain in the databaseTo Reproduce
external_db_secret
andobject_storage_s3_secret
parameters setpulp domain show --name default
Expected behavior
When switching REDIRECT_TO_OBJECT_STORAGE parameter - new value is applied to default domain
Additional context
This issue possibly blocks cloud solutions that are using S3 Object Storage with strict access policies or in an environments with filtered internet access.
The text was updated successfully, but these errors were encountered: