Skip to content

Alternator's user managed serving certificate is not supported #2248

Open
@rzetelskik

Description

@rzetelskik

I've noticed that although our API has an option for user managed serving certificate for alternator

UserManagedOptions *UserManagedTLSCertificateOptions `json:"userManagedOptions,omitempty"`
, the certs are only set up for operator managed type:

if sdc.Spec.ScyllaDB.AlternatorOptions != nil &&

if sdc.Spec.ScyllaDB.AlternatorOptions != nil {

We should set up certificate plumbing for user managed type, and support mirroring of it in ScyllaDBCluster.

/kind bug

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.priority/backlogHigher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions