Skip to content

Commit

Permalink
Merge pull request #7462 from jhrozek/misc
Browse files Browse the repository at this point in the history
OCP4: Also point out OAuth server unit conversion in the oauth_or_oauthclient_inactivity_timeout rule
  • Loading branch information
JAORMX committed Aug 25, 2021
2 parents e81d381 + 3d1a013 commit a294642
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -25,6 +25,11 @@ description: |-
spec:
tokenConfig:
accessTokenInactivityTimeout: 10m0s
<pre>
Please note that the OAuth server converts the value internally to a human-readable format,
so that e.g. setting accessTokenInactivityTimeout=600s would be converted by the OAuth
server to accessTokenInactivityTimeout=10m0s.
</pre>
</pre>
For more information on configuring the OAuth server, consult the
OpenShift documentation:
Expand Down

0 comments on commit a294642

Please sign in to comment.