|
Re: Need help for diego deployment
Hi Amit,
This does not seem to be a port issue on 6968. I tried the same deployment
by modifying the security groups (both bosh and cf ) to allow All Protocol
All Ports. even wit this change the
Hi Amit,
This does not seem to be a port issue on 6968. I tried the same deployment
by modifying the security groups (both bosh and cf ) to allow All Protocol
All Ports. even wit this change the
|
By
Kinjal Doshi
·
#3640
·
|
|
Re: Issue with crashing Windows apps on Diego
Just to clarify as well why I think this is so important - a majority of apps
on our internal platforms require authentication and will return a 401 on
the root page, making them unusable on Diego for
Just to clarify as well why I think this is so important - a majority of apps
on our internal platforms require authentication and will return a 401 on
the root page, making them unusable on Diego for
|
By
Aaron Huber
·
#3641
·
|
|
Re: Issue with crashing Windows apps on Diego
I agree with your root argument that the port check doesn't really address
application health and it's easy to push a non-working app and have the
healthcheck still pass. My argument is that is
I agree with your root argument that the port check doesn't really address
application health and it's easy to push a non-working app and have the
healthcheck still pass. My argument is that is
|
By
Aaron Huber
·
#3639
·
|
|
Re: PHP Buildpack: Sunsetting HHVM and Supporting PHP7
I updated the RFC pointed at in Danny's email, but figured I'd reply here
as well, in the spirit of overcommunication.
I'll state my opinion as the Buildpacks PMC Lead: I think we should sunset
HHVM
I updated the RFC pointed at in Danny's email, but figured I'd reply here
as well, in the spirit of overcommunication.
I'll state my opinion as the Buildpacks PMC Lead: I think we should sunset
HHVM
|
By
Mike Dalessio
·
#3638
·
|
|
CVE-2016-0732 Privilege Escalation
CVE-2016-0732 Privilege EscalationSeverity
Critical
Vendor
Cloud Foundry Foundation
Versions Affected
Cloud Foundry v208 through v229
UAA v2.0.0 - v2.7.3 & v3.0.0
UAA-Release v2 through
CVE-2016-0732 Privilege EscalationSeverity
Critical
Vendor
Cloud Foundry Foundation
Versions Affected
Cloud Foundry v208 through v229
UAA v2.0.0 - v2.7.3 & v3.0.0
UAA-Release v2 through
|
By
Chip Childers <cchilders@...>
·
#3637
·
|
|
- CC configuration in deployment manifest
Hi,
I have a question regarding the configuration of cloud controller.
It is described at
http://docs.cloudfoundry.org/deploying/aws/cf-stub.html#editing that
DROPLET_DIRECTORY_KEY should be
Hi,
I have a question regarding the configuration of cloud controller.
It is described at
http://docs.cloudfoundry.org/deploying/aws/cf-stub.html#editing that
DROPLET_DIRECTORY_KEY should be
|
By
Kinjal Doshi
·
#3636
·
|
|
Re: Issue with crashing Windows apps on Diego
In talking with a former team member, I came across the story [1] where we
made this change. The WebAppServer will listen on the port immediately upon
starting, even if the app has not successfully
In talking with a former team member, I came across the story [1] where we
made this change. The WebAppServer will listen on the port immediately upon
starting, even if the app has not successfully
|
By
Matthew Horan
·
#3635
·
|
|
Re: Issue with crashing Windows apps on Diego
Hey Aaron -
You're right; it looks like the port check is only ever used. I don't have
the history as to why we (the CF .NET team) implemented an HTTP check
instead of a port check, but that's how it
Hey Aaron -
You're right; it looks like the port check is only ever used. I don't have
the history as to why we (the CF .NET team) implemented an HTTP check
instead of a port check, but that's how it
|
By
Matthew Horan
·
#3634
·
|
|
Re: External user-provided-service?
Whoops, nevermind, really did misread the docs.
Was as easy as: `cf cups mongo -p '{"address": "http://localhost:3526", "username": "foo", "password": "bar"}'`
Whoops, nevermind, really did misread the docs.
Was as easy as: `cf cups mongo -p '{"address": "http://localhost:3526", "username": "foo", "password": "bar"}'`
|
By
Samuel Marks
·
#3633
·
|
|
External user-provided-service?
Let's say I'm using an DBaaS provider or have setup a database in a non-cloudfoundry cluster, how do I add it as a user-provided service?
Reading the documentation, and it isn't clear [to me at
Let's say I'm using an DBaaS provider or have setup a database in a non-cloudfoundry cluster, how do I add it as a user-provided service?
Reading the documentation, and it isn't clear [to me at
|
By
Samuel Marks
·
#3632
·
|
|
about flow control for app
Is there any way to limit request for specific app?
For example:
Limit concurrent request
Limit request per second/munites/hours
Limit bandwidth
I think gorouter is the best location to do flow
Is there any way to limit request for specific app?
For example:
Limit concurrent request
Limit request per second/munites/hours
Limit bandwidth
I think gorouter is the best location to do flow
|
By
Liangbiao
·
#3631
·
|
|
Re: AUFS bug in Linux kernel
Looks like we need to wait until the 20th for this to be shipped.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1533043/comments/8
Looks like we need to wait until the 20th for this to be shipped.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1533043/comments/8
|
By
Simon Johansson <simon@...>
·
#3630
·
|
|
Re: /v2/service_plan_visibilities returns empty when logged in as org manager role in CF
I have enabled the plans to all orgs. And I logged into CF as a space developer in the same org as where the service broker is being registered. In the market place I am able to view both the plans,
I have enabled the plans to all orgs. And I logged into CF as a space developer in the same org as where the service broker is being registered. In the market place I am able to view both the plans,
|
By
navyatha bondugula
·
#3629
·
|
|
Re: /v2/service_plan_visibilities returns empty when logged in as org manager role in CF
You've said you can do this as an admin but not an OrgManager. Did you make
the two service plans available to your org, or are they available to all
orgs? If you did not do one of these things, only
You've said you can do this as an admin but not an OrgManager. Did you make
the two service plans available to your org, or are they available to all
orgs? If you did not do one of these things, only
|
By
Shannon Coen
·
#3628
·
|
|
Re: [abacus] Handling Notifications
I'm sharing my research on this as I was looking into this. I'm going to share my general understanding on Webhooks based on the original author who proposed the idea of webhooks.
Webhooks
---
Web
I'm sharing my research on this as I was looking into this. I'm going to share my general understanding on Webhooks based on the original author who proposed the idea of webhooks.
Webhooks
---
Web
|
By
Sashtinathan Samandam
·
#3627
·
|
|
Re: Support for HTTP/2
We will certainly be exploring what golang 1.6 means for http2 support in
Gorouter.
Shannon Coen
Product Manager, Cloud Foundry
Pivotal, Inc.
wrote:
We will certainly be exploring what golang 1.6 means for http2 support in
Gorouter.
Shannon Coen
Product Manager, Cloud Foundry
Pivotal, Inc.
wrote:
|
By
Shannon Coen
·
#3626
·
|
|
Re: Support for HTTP/2
Putting scoen(a)pivotal.io in the loop.
wrote:
Putting scoen(a)pivotal.io in the loop.
wrote:
|
By
Gwenn Etourneau
·
#3625
·
|
|
Re: Support for HTTP/2
There is plan to support 1.6 for the GoRouter
https://twitter.com/shalako/status/692570344595570688
No sure if this include http2.
wrote:
There is plan to support 1.6 for the GoRouter
https://twitter.com/shalako/status/692570344595570688
No sure if this include http2.
wrote:
|
By
Gwenn Etourneau
·
#3624
·
|
|
Re: Support for HTTP/2
Hi
I'm also interesting this topic. Since Go1.6 will support h2 in std lib by
default, is there any plans gorouter supports it ?
--
Taichi Nakashima
2016年2月2日(火) 8:09 Daniel Mikusa
Hi
I'm also interesting this topic. Since Go1.6 will support h2 in std lib by
default, is there any plans gorouter supports it ?
--
Taichi Nakashima
2016年2月2日(火) 8:09 Daniel Mikusa
|
By
taichi nakashima
·
#3623
·
|
|
Re: How does an application know it's running in DIEGO?
Your mileage may vary, but if you look at the full processes's environment
there are differences. In our case, we'll see things like the ssh port in
the diego environment but not the DEA, as well as
Your mileage may vary, but if you look at the full processes's environment
there are differences. In our case, we'll see things like the ssh port in
the diego environment but not the DEA, as well as
|
By
Matt Cholick
·
#3622
·
|