Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#11603 from yuumasato/parametrize_…
Browse files Browse the repository at this point in the history
…remediation_oauth_or_oauthclient_token_maxage

oauth_or_oauthclient_token_maxage: Use variable for remediation of rule
  • Loading branch information
rhmdnd authored Feb 21, 2024
2 parents 1d53639 + 40817e9 commit 58b7bc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
name: cluster
spec:
tokenConfig:
accessTokenMaxAgeSeconds: 28800
accessTokenMaxAgeSeconds: {{.var_oauth_token_maxage}}

0 comments on commit 58b7bc1

Please sign in to comment.