Skip to content

Commit

Permalink
Merge pull request #37366 from michalvavrik/feature/docs-fix-oidc-cre…
Browse files Browse the repository at this point in the history
…dentials-config-sec-key-ref

Documentation: Fix OIDC credentials reference to secret key
  • Loading branch information
sberyozkin committed Nov 29, 2023
2 parents e001514 + d7d6fef commit a81dd3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public static enum Method {
}

/**
* The client secret value - it will be ignored if 'secret.key' is set
* The client secret value - it will be ignored if 'credentials.secret' is set
*/
@ConfigItem
public Optional<String> value = Optional.empty();
Expand Down

0 comments on commit a81dd3a

Please sign in to comment.