Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

securit/:OIDC: Enable licence check and telemetry #15986

Merged
merged 3 commits into from
Jan 9, 2024

Conversation

BenPope
Copy link
Member

@BenPope BenPope commented Jan 8, 2024

  • Add oidc to the licence nag
  • Add a new field to the report: has_oidc

E.g.:

{
  "cluster_uuid": "3d53d84c-69d3-4c5e-9098-9c3e4af079e6",
  "cluster_created_ts": 1673994399728,
  "topic_count": 5,
  "partition_count": 24,
  "nodes": [
    {
      "node_id": 1,
      "cpu_count": 2,
      "version": "no_version - 000-dev",
      "uptime_ms": 10223,
      "is_alive": true,
      "disks": [
        {
          "free": 153149313024,
          "total": 930158792704
        }
      ]
    }
  ],
  "has_kafka_gssapi": true,
  "has_oidc": true
}

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.3.x
  • v23.2.x
  • v23.1.x

Release Notes

  • none

Signed-off-by: Ben Pope <ben@redpanda.com>
Signed-off-by: Ben Pope <ben@redpanda.com>
Add a new field to the report: `has_oidc`

E.g.:
```json
{
  "cluster_uuid": "3d53d84c-69d3-4c5e-9098-9c3e4af079e6",
  "cluster_created_ts": 1673994399728,
  "topic_count": 5,
  "partition_count": 24,
  "nodes": [
    {
      "node_id": 1,
      "cpu_count": 2,
      "version": "no_version - 000-dev",
      "uptime_ms": 10223,
      "is_alive": true,
      "disks": [
        {
          "free": 153149313024,
          "total": 930158792704
        }
      ]
    }
  ],
  "has_kafka_gssapi": true,
  "has_oidc": true
}
```

Signed-off-by: Ben Pope <ben@redpanda.com>
@BenPope BenPope added this to the v23.3.2 milestone Jan 8, 2024
@BenPope BenPope self-assigned this Jan 8, 2024
@vbotbuildovich
Copy link
Collaborator

new failures in https://buildkite.com/redpanda/redpanda/builds/43555#018ce927-b8ba-4d57-80dd-6109ee1554ab:

"rptest.tests.recovery_mode_test.DisablingPartitionsTest.test_disable"

Copy link
Member

@oleiman oleiman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@piyushredpanda
Copy link
Contributor

The test failure is known one in DisablingPartitionsTest.test_disable

@piyushredpanda piyushredpanda merged commit 50da0f1 into redpanda-data:dev Jan 9, 2024
20 of 22 checks passed
@vbotbuildovich
Copy link
Collaborator

/backport v23.3.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants