Skip to content

Commit

Permalink
Docs: fix OIDC credentials reference to secret key
Browse files Browse the repository at this point in the history
(cherry picked from commit d7d6fef)
  • Loading branch information
michalvavrik authored and gsmet committed Nov 30, 2023
1 parent 36421ae commit e164f6f
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 e164f6f

Please sign in to comment.