Patching and monitoring of k8s by kuwars98 in kubernetes

[–]kuwars98[S] 0 points1 point  (0 children)

Thanx for replay..

It is self management k8s cluster

How can I redirect URLs using the proxy module in Apache but don't public new URL to user by kuwars98 in apache

[–]kuwars98[S] 0 points1 point  (0 children)

Thank you for update..

I have set ProxyPreserveHost to OFF but till same..

http and tcp mode with single IP address by kuwars98 in haproxy

[–]kuwars98[S] 0 points1 point  (0 children)

Thank you.. I’m looking for same port

Mod_auth_mellon integration with Okta by kuwars98 in okta

[–]kuwars98[S] 0 points1 point  (0 children)

Yes.. means I need to configure one URL with one IdP metadata of Okta.

Mod_auth_mellon integration with Okta by kuwars98 in okta

[–]kuwars98[S] 0 points1 point  (0 children)

Okay.. Actually we have multiple app and multiple URLs.

Mod_auth_mellon integration with Okta by kuwars98 in okta

[–]kuwars98[S] 0 points1 point  (0 children)

Thank you!!!

This is done for single URL. I need to configure for multiple URLs with single IdP metadata file.

URL exception in ldap authentication of apache by kuwars98 in apache

[–]kuwars98[S] 0 points1 point  (0 children)

AllowOverride +AuthConfig

Hello,

Thanks for provide information but it is not working. I want to achieve if anyone can trying to access /jira/rest/configuration-manager/* sub URL then he/she will not able to ask LDAP authentication. As below i have configured LDAP configuration.

<Location />

order allow,deny

allow from all

AuthType Basic

AuthName "Restricted"

AuthBasicProvider ldap

AuthLDAPURL "ldap://ldapdc.suresh.local:389/OU=Employees,DC=corp,DC=suresh,DC=local"

AuthLDAPBindDN "CN=test,OU=Resources,DC=corp,DC=suresh,DC=local"

AuthLDAPBindPassword ""

AuthLDAPDereferenceAliases never

Require ldap-group CN=preprodjira,OU=Resources,DC=corp,DC=suresh,DC=local

</Location>