|
UAA: How to set client_credentials token grant type to not expire
13 messages
Hi, I have some trusted clients set up to use client_credentials token grant. I'll like to set their tokens not to expire. How do I achieve this?
Hi, I have some trusted clients set up to use client_credentials token grant. I'll like to set their tokens not to expire. How do I achieve this?
|
By
Paul Bakare
·
|
|
no more APP logs when tailing the app since the upgrade from 207 to 214
2 messages
since the upgrade from 207 to 214 i noticed 2 things 1) no more stdout and stderr in the logs/ dir off the app/container someone pointet it out that this is removed in https://github.com/cloudfoundry/
since the upgrade from 207 to 214 i noticed 2 things 1) no more stdout and stderr in the logs/ dir off the app/container someone pointet it out that this is removed in https://github.com/cloudfoundry/
|
By
ramonskie
·
|
|
Request timeout in CloudFoundry
Hi guys, How can I increase the request timeout in CF? I would like to give more time to my app to send a response to the requests before getting a timeout. Should I increase it in the buildpack? If y
Hi guys, How can I increase the request timeout in CF? I would like to give more time to my app to send a response to the requests before getting a timeout. Should I increase it in the buildpack? If y
|
By
Flávio Henrique Schuindt da Silva
·
|
|
Request timeout in CloudFoundry
Hi guys, How can I increase the request timeout in CF? I would like to give more time to my app to send a response to the requests before getting a timeout. Should I increase it in the buildpack? If y
Hi guys, How can I increase the request timeout in CF? I would like to give more time to my app to send a response to the requests before getting a timeout. Should I increase it in the buildpack? If y
|
By
Flávio Henrique Schuindt da Silva
·
|
|
Hard-coded domain name in diego etcd job
5 messages
Hi, I am trying to deploy diego 0.1402.0 into vShpere server to work with CF 210. However the deployment failed when creating job 'etcd' with following error. Error: cannot sync with the cluster using
Hi, I am trying to deploy diego 0.1402.0 into vShpere server to work with CF 210. However the deployment failed when creating job 'etcd' with following error. Error: cannot sync with the cluster using
|
By
MaggieMeng
·
|
|
cannot access director, trying 4 more times...
10 messages
I am very new to CF. Trying to set up one using the directions here: https://github.com/cloudfoundry/bosh-lite After running the following commands: $ vagrant init hashicorp/precise64 (I tried both 32
I am very new to CF. Trying to set up one using the directions here: https://github.com/cloudfoundry/bosh-lite After running the following commands: $ vagrant init hashicorp/precise64 (I tried both 32
|
By
Qing Gong
·
|
|
How to call Cloud Foundry API from a node.js application deployed?
5 messages
Hi, I would like to know how to call cloud foundry API from a node.js application. From local, it is very easy to call the API using a absolute address: https://api.MY_PUBLIC_IP.xip.io/v2/info http://
Hi, I would like to know how to call cloud foundry API from a node.js application. From local, it is very easy to call the API using a absolute address: https://api.MY_PUBLIC_IP.xip.io/v2/info http://
|
By
Juan Antonio Breña Moral
·
|
|
I can't connect to my CF API from an application deployed
Hi Juan, Is this question a duplicate of the other one? Thanks, Amit
Hi Juan, Is this question a duplicate of the other one? Thanks, Amit
|
By
Amit Kumar Gupta
·
|
|
Bizarre DEA + Spring Behaviour
11 messages
Hi all, I've witnessed behaviour caused by the combination of a DEA and a Spring application that I can't explain. If you like a good mystery or you happen to know a lot about Java proxies and DEA tra
Hi all, I've witnessed behaviour caused by the combination of a DEA and a Spring application that I can't explain. If you like a good mystery or you happen to know a lot about Java proxies and DEA tra
|
By
Daniel Jones
·
|
|
Notifications for service provisioning
2 messages
Is there any notification mechanism available in CF to listen on service broker create/update/delete calls? We are implementing multiple services exposed via Service Broker in the marketplace and woul
Is there any notification mechanism available in CF to listen on service broker create/update/delete calls? We are implementing multiple services exposed via Service Broker in the marketplace and woul
|
By
Vineet Banga
·
|
|
CF integration with logging and monitoring tool
2 messages
I would like to know in CF, how to integrate with 3rd party app logging and monitoring like Graphite, Nagios, etc, what is the recommended approach. I found few articles where its mentioned firehose i
I would like to know in CF, how to integrate with 3rd party app logging and monitoring like Graphite, Nagios, etc, what is the recommended approach. I found few articles where its mentioned firehose i
|
By
Swatz bosh
·
|
|
More reliable way to collect user application logs
2 messages
same query for the component logs -- View this message in context: http://cf-dev.70369.x6.nabble.com/cf-dev-More-reliable-way-to-collect-user-application-logs-tp1214p1273.html Sent from the CF Dev mai
same query for the component logs -- View this message in context: http://cf-dev.70369.x6.nabble.com/cf-dev-More-reliable-way-to-collect-user-application-logs-tp1214p1273.html Sent from the CF Dev mai
|
By
Ronak Banka
·
|
|
Web proxy support in buildpacks
3 messages
Currently I see that the Java buildpack and the PHP buildpack explicitly mentioned in their doc that they can run behind a Web proxy, by setting the HTTP_PROXY and HTTPS_RPOXY environment variable. An
Currently I see that the Java buildpack and the PHP buildpack explicitly mentioned in their doc that they can run behind a Web proxy, by setting the HTTP_PROXY and HTTPS_RPOXY environment variable. An
|
By
Jack Cai
·
|
|
no more stdout in app files since upgrade to 214
6 messages
okay so no problem there the only thing now is that there is no streaming logs with the cf logs command from my APP only RTS any ideas there? -- View this message in context: http://cf-dev.70369.x6.na
okay so no problem there the only thing now is that there is no streaming logs with the cf logs command from my APP only RTS any ideas there? -- View this message in context: http://cf-dev.70369.x6.na
|
By
ramonskie
·
|
|
Script hangs when updating the cf-release
4 messages
When I ran the following command, I always got stuck when updating the etcd-incubator. Any idea? I tried on multiple machines and they all hang at the same place. Is it possible that this is a problem
When I ran the following command, I always got stuck when updating the etcd-incubator. Any idea? I tried on multiple machines and they all hang at the same place. Is it possible that this is a problem
|
By
Qing Gong
·
|
|
max length with Dropped log message: message too long (>64K ...)
Hi, When my app outputs more than 64K of text, I get a message "Dropped log message: message too long (>64K without a newline). When my app outputs much less than 64K of text, I get the app's output.
Hi, When my app outputs more than 64K of text, I get a message "Dropped log message: message too long (>64K without a newline). When my app outputs much less than 64K of text, I get the app's output.
|
By
Koper, Dies
·
|
|
Post: Cloud Foundry Advisory Board Meeting Notes - 2015 August
2 messages
Hi, I've just posted a write-up of last week's Cloud Foundry Advisory Board Meeting. http://www.activestate.com/blog/2015/08/cloud-foundry-advisory-board-meeting-2015-august Topics include... - Founda
Hi, I've just posted a write-up of last week's Cloud Foundry Advisory Board Meeting. http://www.activestate.com/blog/2015/08/cloud-foundry-advisory-board-meeting-2015-august Topics include... - Founda
|
By
Phil Whelan
·
|
|
Overcommit on Diego Cells
6 messages
Today my org manages our DEA resources using a heavy overcommit strategy. Rather than being conservative and ensuring that none of our DEAs commit to more than they can handle we have instead decided
Today my org manages our DEA resources using a heavy overcommit strategy. Rather than being conservative and ensuring that none of our DEAs commit to more than they can handle we have instead decided
|
By
Mike Youngstrom
·
|
|
App syslog drain performance improvements
Hi CF community, The Loggregator team has two medium-impact changes as part of CF v215. * First, we fixed a bug causing slower performance with application syslog drains. [1][2] The impact is that dop
Hi CF community, The Loggregator team has two medium-impact changes as part of CF v215. * First, we fixed a bug causing slower performance with application syslog drains. [1][2] The impact is that dop
|
By
Erik Jasiak
·
|
|
Using s3 for blobstore bucket prefix
3 messages
Hi, I'm trying to setup so that cloud controller uses s3 for blobstore in AWS. I can get it working by supplying bucket names in the relevant key fields(resource_directory_key,etc). Want I wanted to k
Hi, I'm trying to setup so that cloud controller uses s3 for blobstore in AWS. I can get it working by supplying bucket names in the relevant key fields(resource_directory_key,etc). Want I wanted to k
|
By
Rich Wohlstadter
·
|