mercoledì 20 gennaio 2016

Openam agents configuration

Steps:
configure agents -> install agents -> configure policies

Web agent:
Server URL: http://www.ex.net:8080/openam (where openam is deployed)
Agent URL:  http://www.ex.net:80/risorsadaprotegge

J2EE agent:
Server URL: http://www.ex.net:8080/openam (where openam is deployed)
Agent URL:  http://www.ex.net:8082

How to deploy Podman images to OpenShift Container Platform (CRC on localhost)

I have a microservice on localhost and I want to deploy its Podman image on OCP, which I am running using CRC on localhost.       1. Get the...