Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ header:
- '**/README.md.gotmpl'
- '**/*.json'
- '**/.helmignore'
- 'testbin/**'

comment: on-failure
4 changes: 4 additions & 0 deletions config/crd/bases/resource.streamnative.io_apikeys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ spec:
This can only be set on initial creation and not updated later
format: date-time
type: string
exportPlaintextToken:
description: ExportPlaintextToken indicates whether the token should
be exported in plaintext
type: boolean
instanceName:
description: InstanceName is the name of the instance this API key
is for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,15 +224,18 @@ spec:
ClusterName specifies the name of the local Pulsar cluster.
When setting up Geo-Replication between Pulsar instances, this should be enabled to identify the cluster.
type: string
tlsAllowInsecureConnection:
description: TLSAllowInsecureConnection indicates whether to allow
insecure connection to the broker.
type: boolean
tlsEnableHostnameVerification:
description: TLSEnableHostnameVerification indicates whether to verify the hostname of the broker.
description: |-
TLSEnableHostnameVerification indicates whether to verify the hostname of the broker.
Only used when using secure urls.
type: boolean
tlsAllowInsecureConnection:
description: TLSAllowInsecureConnection indicates whether to allow insecure connection to the broker.
type: boolean
tlsTrustCertsFilePath:
description: TLSTrustCertsFilePath Path for the TLS certificate used to validate the broker endpoint when using TLS.
description: TLSTrustCertsFilePath Path for the TLS certificate used
to validate the broker endpoint when using TLS.
type: string
type: object
status:
Expand Down
Loading
Loading