-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Labels
Milestone
Description
Description
Related to operator-framework/java-operator-sdk#1983 the operator will log Secrets it creates:
keycloak/operator/src/main/java/org/keycloak/operator/controllers/OperatorManagedResource.java
Line 81 in a33b76e
| Log.debugf("Successfully created or updated resource: %s", resource); |
And in the case of a failure:
keycloak/operator/src/main/java/org/keycloak/operator/controllers/OperatorManagedResource.java
Line 85 in a33b76e
| Log.error(Serialization.asYaml(resource)); |
cc @vmuzikar