flex icon indicating copy to clipboard operation
flex copied to clipboard

fix(flex-cn-setup): update ingress defs

Open moabu opened this issue 2 years ago • 0 comments

    <Location /jans-auth/restv1/device_authorization>
        ProxyPass http://localhost:8081/jans-auth/restv1/device_authorization
        Order deny,allow
        Allow from all
    </Location>

    <Location /jans-auth/device_authorization.htm>
        ProxyPass http://localhost:8081/jans-auth/device_authorization.htm
        Order deny,allow
        Allow from all
    </Location>

    <Location /jans-auth/js>
        ProxyPass http://localhost:8081/jans-auth/js
        Order deny,allow
        Allow from all
    </Location>

    <Location /jans-auth/stylesheet>
        ProxyPass http://localhost:8081/jans-auth/stylesheet
        Order deny,allow
        Allow from all
    </Location>

    <Location /jans-auth/servlet>
        ProxyPass http://localhost:8081/jans-auth/servlet
        Order deny,allow
        Allow from all
    </Location>

    <Location /jans-auth/jakarta.faces.resource>
        ProxyPass http://localhost:8081/jans-auth/jakarta.faces.resource
        Order deny,allow
        Allow from all
    </Location>
    ```
    
Make sure the following are adding to the ingress defs in CN.

moabu avatar May 13 '22 11:05 moabu