New Member
Since ‎02-27-2019
‎06-22-2021

My Stats

  • 14 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

markbowhill's Bio

Badges henrymedina Earned

View all badges

Recent Activity

I'm looking to Validate access using basic authentication. I want to make sure users validate their credentials on their own. Is there a simple api call they can make using their own credentials? I'm using private cloud version 4.19. I'm using curl c...
Hello Folks, I want to use the environment as a variable in my HTTPProxyConnection basePath declaration, as I'm doing path based routing from a load balancer. ie, I use /dev/test and /qa/test for for some test proxies, but it'd be nice to just use /$...
Hello Folks, I'm installing a a 5-node cluster via ansible (https://github.com/apigee/ansible-install) and I keep on running into a timeout issue when it runs task: "/opt/apigee/apigee-service/bin/apigee-service", "edge-message-processor", "wait_for_...
Hello Folks, I just added an application load balancer in front of my MS (Private Cloud) and I'd like to start using it. I can test by curling directly onto the server by running curl http://$server_fqdn:8080//v1/users and getting a list of the users...
Hello Folks, Is there a 'best practices' way to load balance proxies? Say I have a 5-node cluster which has 2 router nodes, what's the best way to load balance across those? I'm thinking of having multiple environments, say dev $HOST:9001, qa $HOST:9...