forked from minio/operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix sidecar credentials validation (minio#2134)
* Bugfix sidecar credentials validation Sidecar allways return `Missing root credentials in the configuration.` causing tenant to not start on the modification of the tenant configuration secret that sidecar observes * Adds little `Config secret '%s' sync` log line to know when a secret sync event has triggered in sidecar. * Remove `pkg/validator.go` file, it got moved to `sidecar/pkg/validator/validator.go` and this one is no longer needed. * Fix: "Struct Controller has methods on both value and pointer receivers. Such usage is not recommended by the Go Documentation." * Run Informer factories in goroutines to do not block the process and proceed to wait for caches to sync. Signed-off-by: pjuarezd <[email protected]> * lint Signed-off-by: pjuarezd <[email protected]> --------- Signed-off-by: pjuarezd <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 additions
and
164 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters