|
Re: doppler issue which fails to emit logs with syslog protocol on CFv212
Hi Warren and Nino,
Let me update our status.
Yes, the root cause was the inconsistency of a bulk user id between cc and
syslog drain binder due to the bug (a hardcorded id). We confirmed
Hi Warren and Nino,
Let me update our status.
Yes, the root cause was the inconsistency of a bulk user id between cc and
syslog drain binder due to the bug (a hardcorded id). We confirmed
|
By
Masumi Ito
·
#2533
·
|
|
Does exist some REST Call to detect Diego on any environment?
Hi,
I would like to know if exist some REST API to detect if a platform has installed Diego.
Reading API from Cloud Controller, I didn't recognize some method to identify Diego in CF
Hi,
I would like to know if exist some REST API to detect if a platform has installed Diego.
Reading API from Cloud Controller, I didn't recognize some method to identify Diego in CF
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2532
·
|
|
Re: Problem deploying basic Apps on PWS
Hi Charles,
You said the clue!!!
Yesterday, I updated the development and I could deploy on PWS.
From environments without Diego, the way to run a Node development is:
var localPort =
Hi Charles,
You said the clue!!!
Yesterday, I updated the development and I could deploy on PWS.
From environments without Diego, the way to run a Node development is:
var localPort =
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2531
·
|
|
Re: Source IP ACLs
Oh right I misread it I thought it was avoid application to connect to
certain IP.....
wrote:
Oh right I misread it I thought it was avoid application to connect to
certain IP.....
wrote:
|
By
Gwenn Etourneau
·
#2530
·
|
|
Re: Source IP ACLs
Gwenn,
If I'm not wrong Application sec rules are for restricting outbound traffic
from application side , no?
Ronak
Gwenn,
If I'm not wrong Application sec rules are for restricting outbound traffic
from application side , no?
Ronak
|
By
Ronak Banka
·
#2529
·
|
|
Re: Source IP ACLs
What about https://docs.pivotal.io/pivotalcf/adminguide/app-sec-groups.html
?
carlo.ferraris(a)rakuten.com> wrote:
What about https://docs.pivotal.io/pivotalcf/adminguide/app-sec-groups.html
?
carlo.ferraris(a)rakuten.com> wrote:
|
By
Gwenn Etourneau
·
#2528
·
|
|
Source IP ACLs
Is there any provision for restricting the source IPs that are allowed to access a certain application (or route)? Or the only way to do this is to place a reverse proxy in front of the gorouter?
In
Is there any provision for restricting the source IPs that are allowed to access a certain application (or route)? Or the only way to do this is to place a reverse proxy in front of the gorouter?
In
|
By
Carlo Alberto Ferraris
·
#2527
·
|
|
Re: cloud_controller_ng performance degrades slowly over time
Matt, that's awesome, thanks! Mind trying this?
require 'uri'
require 'net/http'
require 'logger'
SYSTEM_DOMAIN = '--CHANGE-ME--'
u = URI.parse('http://uaa.' + SYSTEM_DOMAIN + '/login')
h =
Matt, that's awesome, thanks! Mind trying this?
require 'uri'
require 'net/http'
require 'logger'
SYSTEM_DOMAIN = '--CHANGE-ME--'
u = URI.parse('http://uaa.' + SYSTEM_DOMAIN + '/login')
h =
|
By
Amit Kumar Gupta
·
#2526
·
|
|
Re: SSL Mutual Auth
once the tcp routing work is done with the haproxy approach, you should be
able to try mutual ssl using a IP/port. you should be able to test tcp
routing with lattice now.
however web traffic using a
once the tcp routing work is done with the haproxy approach, you should be
able to try mutual ssl using a IP/port. you should be able to test tcp
routing with lattice now.
however web traffic using a
|
By
James Bayer
·
#2525
·
|
|
SSL Mutual Auth
Does any one have any experience using SSL mutual authentication for an app running on CF?
Thanks!
Anthony
Does any one have any experience using SSL mutual authentication for an app running on CF?
Thanks!
Anthony
|
By
Anthony
·
#2524
·
|
|
Re: cloud_controller_ng performance degrades slowly over time
Amit,
Here's a run with the problem manifesting:
...
00248 [200]: ruby 26ms | curl 33ms | nslookup 21ms
00249 [200]: ruby 20ms | curl 32ms | nslookup 14ms
00250 [200]: ruby 18ms | curl 30ms |
Amit,
Here's a run with the problem manifesting:
...
00248 [200]: ruby 26ms | curl 33ms | nslookup 21ms
00249 [200]: ruby 20ms | curl 32ms | nslookup 14ms
00250 [200]: ruby 18ms | curl 30ms |
|
By
Matt Cholick
·
#2523
·
|
|
Re: Trouble enabling diego ssh in cf-release:222 diego:0.1437
best way around it , same as in the story.
set the time zone of the UAA can to match DB vm
best way around it , same as in the story.
set the time zone of the UAA can to match DB vm
|
By
Filip Hanik
·
#2522
·
|
|
Re: xip.io IO errors
If you're using the common bosh lite IP of 10.244.0.34, you can also use
the more-reliable *.bosh-lite.com
If you're using the common bosh lite IP of 10.244.0.34, you can also use
the more-reliable *.bosh-lite.com
|
By
Dan Wendorf
·
#2521
·
|
|
Re: xip.io IO errors
Yes, xip.io is flaky. I would recommend setting up real DNS if you want to
avoid the 2% failure rate if you want a longer term, reliable solution.
wrote:
Yes, xip.io is flaky. I would recommend setting up real DNS if you want to
avoid the 2% failure rate if you want a longer term, reliable solution.
wrote:
|
By
Amit Kumar Gupta
·
#2520
·
|
|
xip.io IO errors
Hi,
Currently we see IO errors when trying to contact xip.io - this happens around 2% of the times. To apply a temporary fix - I updated the /etc/hosts of the ha_proxy VM to map the - IP to the
Hi,
Currently we see IO errors when trying to contact xip.io - this happens around 2% of the times. To apply a temporary fix - I updated the /etc/hosts of the ha_proxy VM to map the - IP to the
|
By
Sumanth Yamala
·
#2519
·
|
|
Re: cloud_controller_ng performance degrades slowly over time
Hey Matt,
Dieu's suggestion will fix your problem (you'll have to make the change on
all CC's), although it'll get undone on each redeploy. We do want to find
the root cause, but have not been able
Hey Matt,
Dieu's suggestion will fix your problem (you'll have to make the change on
all CC's), although it'll get undone on each redeploy. We do want to find
the root cause, but have not been able
|
By
Amit Kumar Gupta
·
#2518
·
|
|
Re: Disable HTTP transport
Thanks for authoritive answer. My application is a Java (Spring Framework) one hence the solution with Spring Security is just fine for me.
Thanks for authoritive answer. My application is a Java (Spring Framework) one hence the solution with Spring Security is just fine for me.
|
By
Krzysztof Wilk
·
#2517
·
|
|
Re: Multiple ldap backend in UAA
Yep, this is not supported. Our recommendation is to do consolidation on
the LDAP side.
-Sree
Yep, this is not supported. Our recommendation is to do consolidation on
the LDAP side.
-Sree
|
By
Sree Tummidi
·
#2516
·
|
|
Re: Trouble enabling diego ssh in cf-release:222 diego:0.1437
It appears my issue was caused by this uaa issue:
https://github.com/cloudfoundry/uaa/issues/223
Now to figure out the best way to work around it.
Thanks for your help Matt.
Mike
It appears my issue was caused by this uaa issue:
https://github.com/cloudfoundry/uaa/issues/223
Now to figure out the best way to work around it.
Thanks for your help Matt.
Mike
|
By
Mike Youngstrom <youngm@...>
·
#2515
·
|
|
Re: Problem deploying basic Apps on PWS
We have seen this with some node apps. Does your app or buildpack reference
either of the following env variables VCAP_APP_HOST and
We have seen this with some node apps. Does your app or buildpack reference
either of the following env variables VCAP_APP_HOST and
|
By
Charles Wu
·
#2514
·
|