Jean Abraham
Jean Abraham
Hi, Without these changes to JSON file, using the instructions on Pg 58: "Ch 7: Using Application templates" in the [Openshift forDevelopers guide](https://www.openshift.com/promotions/for-developers.html) fails. Error: > error validating "https://github.com/jeanabraham/openshift3mlbparks/blob/master/mlbparks-template-wildfly.json": error...
HI, I'm trying to create a new user (which requires sign up invitation email). API Connect is unable to send out this email. Using the Gmail SMTP configuration on the...
Hi, I was able to have the docker containers running on Mac: ``` jean:apiconnect-docker$docker-compose ps Name Command State Ports -------------------------------------------------------------------------------------- apim /tini -- /startup.sh Up datapower /start.sh Up 443/tcp esmaster...
Hi, Following the instructions for Lab-4, I run into the bellow error. Tried adding the dependency package where the class is located without luck. ``` org.springframework.cloud spring-cloud-commons ``` Any ideas?...
Hi, For the below JWS token verification: ``` local jwt_obj = jwt:verify(public_key_pem, jws_token) -- Check signature verification if jwt_obj.verified == false then local error_message = cjson.encode(jwt_obj) kong.log.err(error_message) return kong.response.exit(401, {...