|
Re: Maximum size limitation of Diego apps' routes
Hi, Jason,
This routes payload limit is increased to 128KiB in Diego v1.16.1.
Best,
Eric
wrote:
Hi, Jason,
This routes payload limit is increased to 128KiB in Diego v1.16.1.
Best,
Eric
wrote:
|
By
Eric Malm <emalm@...>
·
#6832
·
|
|
Proposal: Add support for SUSE stack and stemcells
Hi CF devs,
SUSE would like to present a proposal to add support for SUSE Linux as a stack and stemcell option, alongside the current Ubuntu base.
The intent is to allow SUSE Linux as a certified
Hi CF devs,
SUSE would like to present a proposal to add support for SUSE Linux as a stack and stemcell option, alongside the current Ubuntu base.
The intent is to allow SUSE Linux as a certified
|
By
Jeff Hobbs <jeff.hobbs@...>
·
#6836
·
|
|
CVE-2017-4992: Privilege escalation with user invitations
Please see the following link for information on *critical* UAA
CVE CVE-2017-4992: Privilege escalation with user invitations
We tried to include more information this time about how to tell if you
Please see the following link for information on *critical* UAA
CVE CVE-2017-4992: Privilege escalation with user invitations
We tried to include more information this time about how to tell if you
|
By
Molly Crowther
·
#6831
·
|
|
Re: GetSpace Usage
Awesome.. thx.. Just wanted to make sure.
Awesome.. thx.. Just wanted to make sure.
|
By
NEVILLE GEORGE
·
#6830
·
|
|
Re: GetSpace Usage
cf curl is the only way to do it, without iterating over each org and targeting them one by one (that I’m aware of). However, https://github.com/krujos/cfcurl exists to help you with the
cf curl is the only way to do it, without iterating over each org and targeting them one by one (that I’m aware of). However, https://github.com/krujos/cfcurl exists to help you with the
|
By
Josh Ghiloni
·
#6829
·
|
|
CVE-2017-4991: UAA allows password reset across zones
CF devs,
Please see the following public link for information about a high CVE in
UAA.
*https://www.cloudfoundry.org/cve-2017-4991/
<https://www.cloudfoundry.org/cve-2017-4991/>*
Friendly reminder
CF devs,
Please see the following public link for information about a high CVE in
UAA.
*https://www.cloudfoundry.org/cve-2017-4991/
<https://www.cloudfoundry.org/cve-2017-4991/>*
Friendly reminder
|
By
Molly Crowther
·
#6828
·
|
|
Variable rename in cf-deployment
Hi cf-dev,
*This email pertains only to deployments made using cf-deployment. If
you're still using cf-release and diego-release for manifest generation,
feel free to disregard.*
An upcoming change
Hi cf-dev,
*This email pertains only to deployments made using cf-deployment. If
you're still using cf-release and diego-release for manifest generation,
feel free to disregard.*
An upcoming change
|
By
David Sabeti
·
#6827
·
|
|
Re: GetSpace Usage
Awesome. Should have known that.
The error says: No org targeted, use '[33;1mcf target -o ORG[0m' to target an org.
So I am assuming that I cannot randomly provide a name/guid of a Space and
Awesome. Should have known that.
The error says: No org targeted, use '[33;1mcf target -o ORG[0m' to target an org.
So I am assuming that I cannot randomly provide a name/guid of a Space and
|
By
NEVILLE GEORGE
·
#6826
·
|
|
Re: GetSpace Usage
Use the fact that GetSpace returns both a space model AND and error. You could do something like this:
if oneSpace, err := cli.GetSpace(spaceName); err != nil {
fmt.Printf("%v\n", err)
} else
Use the fact that GetSpace returns both a space model AND and error. You could do something like this:
if oneSpace, err := cli.GetSpace(spaceName); err != nil {
fmt.Printf("%v\n", err)
} else
|
By
Josh Ghiloni
·
#6825
·
|
|
GetSpace Usage
I am pretty new to Go and to the CF Plugin so pardon me if my question is basic. I've been developing a CF plugin with much success by following the documentation on
I am pretty new to Go and to the CF Plugin so pardon me if my question is basic. I've been developing a CF plugin with much success by following the documentation on
|
By
NEVILLE GEORGE
·
#6824
·
|
|
Re: CFF needs sample Hello World apps
You folks rock. Thanks to everyone that jumped on this.
Chip Childers
CTO, Cloud Foundry Foundation
1.267.250.0815
You folks rock. Thanks to everyone that jumped on this.
Chip Childers
CTO, Cloud Foundry Foundation
1.267.250.0815
|
By
Chip Childers <cchilders@...>
·
#6823
·
|
|
Re: CFF needs sample Hello World apps
Here you go, PHP ->
https://asciinema.org/a/9wk05f56lm8d0jm1plwyxc5dy?speed=3
Dan
wrote:
Here you go, PHP ->
https://asciinema.org/a/9wk05f56lm8d0jm1plwyxc5dy?speed=3
Dan
wrote:
|
By
Daniel Mikusa
·
#6822
·
|
|
Re: CFF needs sample Hello World apps
Hi Daniel,
Thank you! Yes that looks great, and if you'd like to take care of PHP as
well we would be most appreciative.
-Chris
Hi Daniel,
Thank you! Yes that looks great, and if you'd like to take care of PHP as
well we would be most appreciative.
-Chris
|
By
Chris Clark
·
#6821
·
|
|
Re: CFF needs sample Hello World apps
Hi Chris,
sent the links of the screencasts to Melissa.
Greets
Christian
--
E-Mail: cbrinker(a)evoila.de
evoila GmbH
Wilhelm-Theodor-Römheld-Str. 34
55130 Mainz
Germany
Geschäftsführer:
Hi Chris,
sent the links of the screencasts to Melissa.
Greets
Christian
--
E-Mail: cbrinker(a)evoila.de
evoila GmbH
Wilhelm-Theodor-Römheld-Str. 34
55130 Mainz
Germany
Geschäftsführer:
|
By
Christian Brinker
·
#6820
·
|
|
Re: CFF needs sample Hello World apps
Hi Chris,
my colleague Yannic and I can do the Java and the Go screencast. Should be
finished today (CEST). When you wake up, screencast should be already
there. I also informed Melissa on the
Hi Chris,
my colleague Yannic and I can do the Java and the Go screencast. Should be
finished today (CEST). When you wake up, screencast should be already
there. I also informed Melissa on the
|
By
Christian Brinker
·
#6819
·
|
|
Re: CFF needs sample Hello World apps
Does this work for a Python sample ->
https://asciinema.org/a/bdzxql0k2dbxha79vzkkw59s2?speed=3
If so, I can put together one for PHP too.
Dan
wrote:
Does this work for a Python sample ->
https://asciinema.org/a/bdzxql0k2dbxha79vzkkw59s2?speed=3
If so, I can put together one for PHP too.
Dan
wrote:
|
By
Daniel Mikusa
·
#6818
·
|
|
CFF needs sample Hello World apps
Hello all,
We're hoping for a little help with some marketing materials.
Specifically, we'd like videos of your terminal window while you create and
deploy a simple Hello World app, deploy it with
Hello all,
We're hoping for a little help with some marketing materials.
Specifically, we'd like videos of your terminal window while you create and
deploy a simple Hello World app, deploy it with
|
By
Chris Clark
·
#6817
·
|
|
Re: Maximum size limitation of Diego apps' routes
Hi Eric, thanks for the background story. It's even better to completely
eliminate the Routes field size. Please kindly communicate once it's known
when this will happen.
Thanks,
Jason
Hi Eric, thanks for the background story. It's even better to completely
eliminate the Routes field size. Please kindly communicate once it's known
when this will happen.
Thanks,
Jason
|
By
Jason Huang
·
#6816
·
|
|
Re: Maximum size limitation of Diego apps' routes
Hi, Maggie and Jason,
The 4KiB limit on the Routes payload was introduced defensively in the
earlier days of the Diego project to prevent app developers from putting an
arbitrary amount of data on
Hi, Maggie and Jason,
The 4KiB limit on the Routes payload was introduced defensively in the
earlier days of the Diego project to prevent app developers from putting an
arbitrary amount of data on
|
By
Eric Malm <emalm@...>
·
#6815
·
|
|
Re: Maximum size limitation of Diego apps' routes
FWIW, we hit the routes limit on DEA as well. But that limit was much more
than 4K. Fortunately, our service could use the wildcard in the routes and
so we started using that. So I dont believe its
FWIW, we hit the routes limit on DEA as well. But that limit was much more
than 4K. Fortunately, our service could use the wildcard in the routes and
so we started using that. So I dont believe its
|
By
Siva Balan <mailsiva@...>
·
#6814
·
|