Skip to content

Commit

Permalink
Docs: fix OIDC credentials reference to secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Nov 28, 2023
1 parent 7d4f0c6 commit fa5596d
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 'quarkus.oidc.credentials.secret' is set
*/
@ConfigItem
public Optional<String> value = Optional.empty();
Expand Down

0 comments on commit fa5596d

Please sign in to comment.