Skip to content

Commit

Permalink
Docs, changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Jan 14, 2024
1 parent afe6b7b commit 97236bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG/CHANGELOG-1.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Changelog for the K8ssandra Operator, new PRs should update the `unreleased` sec
When cutting a new release, update the `unreleased` heading to the tag being generated and date, like `## vX.Y.Z - YYYY-MM-DD` and create a new placeholder section for `unreleased` entries.

## unreleased

* [ENHANCEMENT] [#1160](https://github.com/k8ssandra/k8ssandra-operator/issues/1160) Allow disabling Reaper front-end auth.
- [ENHANCEMENT] [#1115](https://github.com/k8ssandra/k8ssandra-operator/issues/1115) Add a validation check for the projected pod names length
* [CHANGE] [#1050](https://github.com/k8ssandra/k8ssandra-operator/issues/1050) Remove unnecessary requeues in the Medusa controllers
2 changes: 1 addition & 1 deletion apis/reaper/v1alpha1/reaper_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type ReaperTemplate struct {
// this field is ignored.
JmxUserSecretRef corev1.LocalObjectReference `json:"jmxUserSecretRef,omitempty"`

// Defines the secret which contains the username and password for the Reaper UI and REST API authentication.
// Defines the secret which contains the username and password for the Reaper UI and REST API authentication. When UiUserSecretRef.Name == "", authentication is turned off in the front-end only.
// +optional
UiUserSecretRef *corev1.LocalObjectReference `json:"uiUserSecretRef,omitempty"`

Expand Down

0 comments on commit 97236bd

Please sign in to comment.