Skip to content

Commit

Permalink
Merge pull request #33799 from jtama/oidc-recorder-typo
Browse files Browse the repository at this point in the history
Fix message typo in OIDCRecorder
  • Loading branch information
sberyozkin authored Jun 2, 2023
2 parents 10e0d21 + fb5dc74 commit 947d3a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ private TenantConfigContext createStaticTenantContext(Vertx vertx,
public TenantConfigContext apply(Throwable t) {
if (t instanceof OIDCException) {
LOG.warnf("Tenant '%s': '%s'."
+ " OIDC server is not available yet, an attempt to connect will be made duiring the first request."
+ " OIDC server is not available yet, an attempt to connect will be made during the first request."
+ " Access to resources protected by this tenant may fail"
+ " if OIDC server will not become available",
tenantId, t.getMessage());
Expand Down

0 comments on commit 947d3a9

Please sign in to comment.