Skip to content

Commit

Permalink
k8s: Extend schema registry authorization method
Browse files Browse the repository at this point in the history
With changes to authorization configuration options the CRD is updated.

REF:
redpanda-data#6639
  • Loading branch information
Rafal Korepta committed Oct 30, 2022
1 parent 4e60cb7 commit d4bc3c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/go/k8s/apis/redpanda/v1alpha1/cluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,9 @@ type SchemaRegistryAPI struct {
External *SchemaRegistryExternalConnectivityConfig `json:"external,omitempty"`
// TLS is the configuration for schema registry
TLS *SchemaRegistryAPITLS `json:"tls,omitempty"`
// AuthenticationMethod can enable authentication method per schema registry
// listener. Available options are: none, http_basic.
AuthenticationMethod string `json:"authenticationMethod,omitempty"`
}

// SchemaRegistryExternalConnectivityConfig defines the external connectivity
Expand Down

0 comments on commit d4bc3c8

Please sign in to comment.