Skip to content

Commit

Permalink
Merge branch 'main' into change/local-only-medusaconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey authored Apr 8, 2024
2 parents 4974af5 + 1864ddb commit f253401
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ To update an existing cluster, or create a new one, ensure that the `namespace`

If this functionality is critical to your use case, please raise an issue on Github and describe why it is important to you.

## v1.12.0

It is now possible to disable Reaper front end authentication by adding either `spec.reaper.uiUserSecretRef: {}` or `spec.reaper.uiUserSecretRef: ""`.

This brings this API into line with our standard convention; which is that an absent/nil field will use the default behaviour of the operator (which is secure by default; i.e. with auth turned on) but that explicitly setting a zero value allows you to turn features off.

However, users with existing deployments which use auth should note that this new capability will result in their authentication being turned off, if - for some reason - they have set `spec.reaper.uiUserSecretRef` to the empty value. If you are in this situatin and want to keep auth turned on, you can simply remove the field `spec.reaper.uiUserSecretRef` entirely which will leave you with the default behaviour (auth enabled).

## v1.6.0

### Removal of the CassandraBackup and CassandraRestore APIs
Expand Down

0 comments on commit f253401

Please sign in to comment.