From cf62ec270a7942217079cb4fa6c03aa7d26bc5a7 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Fri, 14 Aug 2026 10:54:01 +0200 Subject: [PATCH] Fix wronlgy typed ENABLE_V4_API --- .github/workflows/scripts/before_install.sh | 2 +- template_config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scripts/before_install.sh b/.github/workflows/scripts/before_install.sh index cf7c5fa..3286e9d 100755 --- a/.github/workflows/scripts/before_install.sh +++ b/.github/workflows/scripts/before_install.sh @@ -88,7 +88,7 @@ if [ "$TEST" = "s3" ]; then s3_test: true minio_access_key: "${MINIO_ACCESS_KEY}" minio_secret_key: "${MINIO_SECRET_KEY}" -pulp_scenario_settings: {"ENABLE_API_V4": true, "MEDIA_ROOT": "", "STORAGES": {"default": {"BACKEND": "storages.backends.s3boto3.S3Boto3Storage", "OPTIONS": {"access_key": "AKIAIT2Z5TDYPX3ARJBA", "addressing_style": "path", "bucket_name": "pulp3", "default_acl": "@none", "endpoint_url": "http://minio:9000", "region_name": "eu-central-1", "secret_key": "fqRvjWaPU5o0fCqQuUWbj9Fainj2pVZtBCiDiieS", "signature_version": "s3v4"}}, "staticfiles": {"BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage"}}, "allowed_content_checksums": ["md5", "sha224", "sha256", "sha384", "sha512"], "api_root": "/rerouted/djnd/", "domain_enabled": true} +pulp_scenario_settings: {"ENABLE_V4_API": true, "MEDIA_ROOT": "", "STORAGES": {"default": {"BACKEND": "storages.backends.s3boto3.S3Boto3Storage", "OPTIONS": {"access_key": "AKIAIT2Z5TDYPX3ARJBA", "addressing_style": "path", "bucket_name": "pulp3", "default_acl": "@none", "endpoint_url": "http://minio:9000", "region_name": "eu-central-1", "secret_key": "fqRvjWaPU5o0fCqQuUWbj9Fainj2pVZtBCiDiieS", "signature_version": "s3v4"}}, "staticfiles": {"BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage"}}, "allowed_content_checksums": ["md5", "sha224", "sha256", "sha384", "sha512"], "api_root": "/rerouted/djnd/", "domain_enabled": true} pulp_scenario_env: {} VARSYAML fi diff --git a/template_config.yml b/template_config.yml index cd14b87..da0cd40 100644 --- a/template_config.yml +++ b/template_config.yml @@ -67,7 +67,7 @@ pulp_settings_gcp: BACKEND: "django.contrib.staticfiles.storage.StaticFilesStorage" domain_enabled: true pulp_settings_s3: - ENABLE_API_V4: true + ENABLE_V4_API: true MEDIA_ROOT: "" STORAGES: default: