redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.72k stars 591 forks source link

[CORE 8273] Adjust license warning text to include trial license links #24261

Closed BenPope closed 3 days ago

BenPope commented 6 days ago

Adjust license warning text to include trial license links.

Adjust CreateACLs response error to invalid_config from unknown_server_error, to match topic create/alter.

Backports Required

Release Notes

vbotbuildovich commented 5 days ago

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58582#01935508-57f3-4541-b166-2b90a9d45266:

"rptest.tests.rbac_test.RBACLicenseTest.test_license_nag"
"rptest.tests.redpanda_kerberos_test.RedpandaKerberosLicenseTest.test_license_nag"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58582#01935508-57f0-4df5-8cc3-c097e9958120:

"rptest.tests.redpanda_oauth_test.OIDCLicenseTest.test_license_nag.authn_config=.http_authentication.OIDC.BASIC"
"rptest.tests.schema_registry_test.SchemaRegistryLicenseTest.test_license_nag.mode=SchemaIdValidationMode.COMPAT"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58582#0193551b-adc8-4142-97d1-71b888efb2f2:

"rptest.tests.rbac_test.RBACLicenseTest.test_license_nag"
"rptest.tests.redpanda_kerberos_test.RedpandaKerberosLicenseTest.test_license_nag"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58582#0193551b-adc3-48a2-9a12-8dbe27271910:

"rptest.tests.redpanda_oauth_test.OIDCLicenseTest.test_license_nag.authn_config=.http_authentication.OIDC.BASIC"
"rptest.tests.schema_registry_test.SchemaRegistryLicenseTest.test_license_nag.mode=SchemaIdValidationMode.COMPAT"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58582#0193551b-adc5-43e7-83d9-250a85272a8c:

"rptest.tests.redpanda_oauth_test.OIDCLicenseTest.test_license_nag.authn_config=.sasl_mechanisms.OAUTHBEARER.SCRAM"
"rptest.tests.schema_registry_test.SchemaRegistryLicenseTest.test_license_nag.mode=SchemaIdValidationMode.REDPANDA"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58582#01935508-57f2-4c09-8ecb-fd9e405f7558:

"rptest.tests.redpanda_oauth_test.OIDCLicenseTest.test_license_nag.authn_config=.sasl_mechanisms.OAUTHBEARER.SCRAM"
"rptest.tests.schema_registry_test.SchemaRegistryLicenseTest.test_license_nag.mode=SchemaIdValidationMode.REDPANDA"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58599#019355e8-150d-4fc4-b6e5-533da9bca896:

"rptest.tests.datalake.coordinator_retention_test.CoordinatorRetentionTest.test_retention.cloud_storage_type=CloudStorageType.S3"
vbotbuildovich commented 5 days ago

Retry command for Build#58582

please wait until all jobs are finished before running the slash command

/ci-repeat 1
tests/rptest/tests/rbac_test.py::RBACLicenseTest.test_license_nag
tests/rptest/tests/redpanda_kerberos_test.py::RedpandaKerberosLicenseTest.test_license_nag
tests/rptest/tests/redpanda_oauth_test.py::OIDCLicenseTest.test_license_nag@{"authn_config":{"http_authentication":["OIDC","BASIC"]}}
tests/rptest/tests/schema_registry_test.py::SchemaRegistryLicenseTest.test_license_nag@{"mode":"compat"}
tests/rptest/tests/redpanda_oauth_test.py::OIDCLicenseTest.test_license_nag@{"authn_config":{"sasl_mechanisms":["OAUTHBEARER","SCRAM"]}}
tests/rptest/tests/schema_registry_test.py::SchemaRegistryLicenseTest.test_license_nag@{"mode":"redpanda"}
BenPope commented 5 days ago

Changes in force-push

BenPope commented 5 days ago

CI Failures:

vbotbuildovich commented 5 days ago

the below tests from https://buildkite.com/redpanda/redpanda/builds/58599#0193558e-8be9-460e-ad15-7de7661242ba have failed and will be retried

gtest_raft_rpunit
vbotbuildovich commented 5 days ago

Retry command for Build#58599

please wait until all jobs are finished before running the slash command

/ci-repeat 1
tests/rptest/tests/datalake/coordinator_retention_test.py::CoordinatorRetentionTest.test_retention@{"cloud_storage_type":1}
vbotbuildovich commented 5 days ago

ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/58599#019355d4-876a-4024-b029-41989a7c63db ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/58599#019355e8-1511-4e16-819c-34813a3326da

BenPope commented 3 days ago

Changes in force-push

vbotbuildovich commented 3 days ago

/backport v24.3.x

vbotbuildovich commented 3 days ago

Failed to create a backport PR to v24.3.x branch. I tried:

git remote add upstream https://github.com/redpanda-data/redpanda.git
git fetch --all
git checkout -b backport-pr-24261-v24.3.x-509 remotes/upstream/v24.3.x
git cherry-pick -x 5d58e71fbd c97b39fd34 32c2577ac8 fb700d90ba f599d83e5b eeb149d069 f705decd6e

Workflow run logs.