Skip to content

Commit 0d2f7cd

Browse files
authored
Merge pull request #400 from jrafanie/fix-shared-memory-issue-on-power-with-newer-mod_auth_openidc
Set OIDCCacheShmMax value to avoid using changed package defaults
2 parents 830e6d2 + a78e6f7 commit 0d2f7cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TEMPLATE/etc/httpd/conf.d/manageiq-external-auth-openidc.conf.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ OIDCRedirectURI https://<%= miq_appliance %>/oidc_login/redir
99
OIDCCryptoPassphrase sp-cookie
1010
OIDCOAuthRemoteUserClaim username
1111
OIDCCacheShmEntrySizeMax 65536
12+
OIDCCacheShmMax 500
1213
OIDCOAuthClientID <%= oidc_client_id %>
1314
OIDCOAuthClientSecret <%= oidc_client_secret %>
1415
OIDCOAuthIntrospectionEndpoint <%= oidc_introspection_endpoint %>

0 commit comments

Comments
 (0)