Skip to content

Instantly share code, notes, and snippets.

View kevprice83's full-sized avatar

Kevin kevprice83

  • Red Hat
  • Barcelona
View GitHub Profile
@kevprice83
kevprice83 / README.md
Last active July 27, 2018 13:13
Apicast policies with AMP2.0

Steps to enable 3scale batcher policy

Follow the steps to download and modify the JSON config file for your gateway and then run the list of commands in OpenShift to enable the policy.

Modifying the JSON

  • Download the specific version of the apicast config file required from the API manager.
curl -X GET "https://{TENANT_NAME}-admin.{WILDCARD_DOMAIN}/admin/api/services/{service_id}/proxy/configs/{environment}/{version}.json?access_token={access_token}" > apicast.json
@kevprice83
kevprice83 / README.md
Created March 11, 2019 16:43 — forked from nmasse-itix/README.md
Using a public certificate with Red Hat Single Sign On

Using a public certificate with Red Hat Single Sign On

Context

When deploying Red Hat Single Sign On for a test or PoC, most users will choose to use a self-signed certificate as explained in the official documentation. The setup instructions are straightforward but this self-signed certificate will trigger certificate error messages in your web browser and can also prevent some clients such as Postman from working properly. This guide explains how to get a public certificate for Red Hat Single Sign On.

Are you using a public certificate ?

@kevprice83
kevprice83 / debug-logs.txt
Created August 8, 2020 10:04
Debug logs on crc startup
PS C:\Users\kpric> crc start -p C:\Users\kpric\Downloads\pull-secret.txt --log-level "debug"
DEBU CodeReady Containers version: 1.14.0+36ad776
DEBU OpenShift version: 4.5.4 (embedded in binary)
DEBU Total memory of system is 34249129984 bytes
DEBU No new version available. The latest version is 1.14.0
INFO Checking if oc binary is cached
DEBU Running 'C:\Users\kpric\.crc\bin\oc\oc.exe version --client'
DEBU oc binary already cached
INFO Checking if podman remote binary is cached
DEBU Currently podman remote is not supported