@@ -134,7 +134,7 @@ The following command can be authenticated by TOKEN or Username/Password.
...
@@ -134,7 +134,7 @@ The following command can be authenticated by TOKEN or Username/Password.
##### Download the daemonset.yaml. The default Image is set to teh Prisma server. We need to pull images from Platform 1. The image URL needs to be changed
##### Download the daemonset.yaml. The default Image is set to teh Prisma server. We need to pull images from Platform 1. The image URL needs to be changed
* The Client ID. THis is the name of the client in keycloak. For SAML you will need the x509 certificate for this Client
* The Client ID. THis is the name of the client in keycloak. For SAML you will need the x509 certificate for this Client
CLIENT_ID=il2_twistlock (or whatever your client name)
CLIENT_ID=il2_twistlock (or whatever your client name)
* X590 certificate from the keycloak client install download To imput this into twistlock by teh web page or by the api, be aware teh pem format is strictly enforced. If you are having issues, test the certificate using opensource tools. Ensure there are 3 lines in the cert; BEGIN/CRLF/Cert/CRLF/END
* X590 certificate from the keycloak client install download To imput this into twistlock by teh web page or by the api, be aware teh pem format is strictly enforced. If you are having issues, test the certificate using opensource tools. Ensure there are 3 lines in the cert; BEGIN/CRLF/Cert/CRLF/END
...
@@ -224,9 +224,9 @@ X_509_CERT="just the certificate"
...
@@ -224,9 +224,9 @@ X_509_CERT="just the certificate"
3. Select "SAML" then the enable switch.
3. Select "SAML" then the enable switch.
4. Open the installation file from keycloak.
4. Open the installation file from keycloak.
a. The Identity Provider SSO is `https://keycloak.fences.dsop.io/auth/realms/your-realm/protocol/saml`
a. The Identity Provider SSO is `https://keycloak.fences.dso.mil/auth/realms/your-realm/protocol/saml`
b. The Identity Provider is `https://keycloak.fences.dsop.io/auth/realms/your-realm`
b. The Identity Provider is `https://keycloak.fences.dso.mil/auth/realms/your-realm`
c. The root URL is `https://twistlock.fences.dsop.io`
c. The root URL is `https://twistlock.fences.dso.mil`
5. Paste the client certificate token in the x509 area. The certificate must be in pem format and include the header and footer. When completed select "Save".
5. Paste the client certificate token in the x509 area. The certificate must be in pem format and include the header and footer. When completed select "Save".