|
Re: CF // Login using REST API
juan.brena.external(a)atos.net> wrote:
If you just want to login and use your system, install the cf cli.
https://github.com/cloudfoundry/cli/releases
Then run `cf api api.CF_IP.xip.io` followed by
juan.brena.external(a)atos.net> wrote:
If you just want to login and use your system, install the cf cli.
https://github.com/cloudfoundry/cli/releases
Then run `cf api api.CF_IP.xip.io` followed by
|
By
Daniel Mikusa
·
#928
·
|
|
CF // Login using REST API
Good morning,
I have installed CF using the following installer:
https://github.com/yudai/cf_nise_installer
Using the following request:
https://api.CF_IP.xip.io/v2/info
Y receive the following
Good morning,
I have installed CF using the following installer:
https://github.com/yudai/cf_nise_installer
Using the following request:
https://api.CF_IP.xip.io/v2/info
Y receive the following
|
By
Brena, Juan Antonio (ext) <juan.brena.external@...>
·
#927
·
|
|
Announcing cf-mysql-release v22
Happy Friday!
On behalf of the CF Core Services team I am pleased to announce v22 of cf-
mysql-release
<https://github.com/cloudfoundry/cf-mysql-release/releases/tag/v22>.
--
cf-mysql-release
Happy Friday!
On behalf of the CF Core Services team I am pleased to announce v22 of cf-
mysql-release
<https://github.com/cloudfoundry/cf-mysql-release/releases/tag/v22>.
--
cf-mysql-release
|
By
Marco Nicosia
·
#926
·
|
|
Re: Notifications on ORG, SPACE and USER modifications
I think ETags is reasonable thought as well.
--
-- Matt
I think ETags is reasonable thought as well.
--
-- Matt
|
By
Matt Cowger
·
#925
·
|
|
Hello, just a test ,pls ignore
By
Xiao
·
#924
·
|
|
Re: Allow gorouter to log random headers.
James,
Yep - we're pretty much on the same page.
Only addition I would ask for is that the whitelist contain some "sensible"
defaults (eg, Trace-Id, Span-Id) that are switched on by default;
James,
Yep - we're pretty much on the same page.
Only addition I would ask for is that the whitelist contain some "sensible"
defaults (eg, Trace-Id, Span-Id) that are switched on by default;
|
By
David Laing
·
#923
·
|
|
Re: Allow gorouter to log random headers.
Spot on summarisation. :)
Spot on summarisation. :)
|
By
Simon Johansson <simon@...>
·
#922
·
|
|
Re: Allow gorouter to log random headers.
shannon,
from what i'm reading here about the use case, the main interest is that a
CF operator knows that their cf installation is more deeply integrated with
a specific log parsing solution for
shannon,
from what i'm reading here about the use case, the main interest is that a
CF operator knows that their cf installation is more deeply integrated with
a specific log parsing solution for
|
By
James Bayer
·
#921
·
|
|
Re: How cloud foundry deployed by bosh-lite manage DEA
wrote:
Yes. That's my understanding of it.
Dan
wrote:
Yes. That's my understanding of it.
Dan
|
By
Daniel Mikusa
·
#920
·
|
|
Re: How cloud foundry deployed by bosh-lite manage DEA
Dan, thanks a lot for your explanation!So you mean, warden container can have its own sub-warden container ?
Guoping
Date: Fri, 24 Jul 2015 09:13:13 -0400
From: dmikusa(a)pivotal.io
To:
Dan, thanks a lot for your explanation!So you mean, warden container can have its own sub-warden container ?
Guoping
Date: Fri, 24 Jul 2015 09:13:13 -0400
From: dmikusa(a)pivotal.io
To:
|
By
GuopingZhang
·
#919
·
|
|
Re: UAA: How to set client_credentials token grant type to not expire
public static final intMAX_VALUE
<http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html#MAX_VALUE>
2147483647
that's the largest value you can set. However, I just realized, that if
you set
public static final intMAX_VALUE
<http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html#MAX_VALUE>
2147483647
that's the largest value you can set. However, I just realized, that if
you set
|
By
Filip Hanik
·
#918
·
|
|
Re: Allow gorouter to log random headers.
CloudFoundry configure GoRouter, which is a multi-tenant, shared service,
with knowledge specific to one or a few applications
That is indeed the proposal. In my org we work closely with the
CloudFoundry configure GoRouter, which is a multi-tenant, shared service,
with knowledge specific to one or a few applications
That is indeed the proposal. In my org we work closely with the
|
By
Simon Johansson <simon@...>
·
#917
·
|
|
Re: Did anybody deploy a wiki as app to CF?
what an exciting effort!
lots of things work with CF, it's just a matter of curating some good
information.
maybe i can get Yudai to pair with me on some translations!
wrote:
--
Thank you,
James
what an exciting effort!
lots of things work with CF, it's just a matter of curating some good
information.
maybe i can get Yudai to pair with me on some translations!
wrote:
--
Thank you,
James
|
By
James Bayer
·
#916
·
|
|
Re: UAA: How to set client_credentials token grant type to not expire
Thanks Filip.
However, everytime I set that (for example, I set it to 2542838400), I get
this:
"The request sent by the client was syntactically incorrect."
That's December 31st 2050 when decoded.
Thanks Filip.
However, everytime I set that (for example, I set it to 2542838400), I get
this:
"The request sent by the client was syntactically incorrect."
That's December 31st 2050 when decoded.
|
By
Paul Bakare
·
#915
·
|
|
Re: How cloud foundry deployed by bosh-lite manage DEA
wrote:
It's a little different because you're using bosh-lite. In that case, you
have one VM (probably running in Virtualbox) and that VM has some
containers on it. Those containers run the various
wrote:
It's a little different because you're using bosh-lite. In that case, you
have one VM (probably running in Virtualbox) and that VM has some
containers on it. Those containers run the various
|
By
Daniel Mikusa
·
#914
·
|
|
Re: How to update blobs in blob.cfblob.com ?
Thank you for the answer.
I like the idea with pathing existing sources. Going to make another PR soon.
Have a good day,
Alex L.
Thank you for the answer.
I like the idea with pathing existing sources. Going to make another PR soon.
Have a good day,
Alex L.
|
By
Alexander Lomov <alexander.lomov@...>
·
#913
·
|
|
Re: How to update blobs in blob.cfblob.com ?
Hi. This isn't what I expected. You've basically changed the bucket
configuration to point to your own and uploaded the blobs to that bucket.
That's why bosh is telling you there's nothing to
Hi. This isn't what I expected. You've basically changed the bucket
configuration to point to your own and uploaded the blobs to that bucket.
That's why bosh is telling you there's nothing to
|
By
Matthew Sykes <matthew.sykes@...>
·
#912
·
|
|
How cloud foundry deployed by bosh-lite manage DEA
I read that bosh-lite use warden as container for cloud foundry components.I deployed two java spring apps into the local cloud foundry.
Below is my VMs (warden container), which (two) warden
I read that bosh-lite use warden as container for cloud foundry components.I deployed two java spring apps into the local cloud foundry.
Below is my VMs (warden container), which (two) warden
|
By
GuopingZhang
·
#911
·
|
|
Re: Allow gorouter to log random headers.
Shannon, Simon,
As the lead of the logsearch.io (ELK) project; I'm also interested in having
GoRouter log additional headers. Specifically Trace-Id and Span-Id
generated by the spring-cloud-sleuth
Shannon, Simon,
As the lead of the logsearch.io (ELK) project; I'm also interested in having
GoRouter log additional headers. Specifically Trace-Id and Span-Id
generated by the spring-cloud-sleuth
|
By
David Laing
·
#910
·
|
|
Re: How to update blobs in blob.cfblob.com ?
Hi, Matthew.
After I made `bosh upload blobs`, `bosh blobs` command tells me `No blobs to upload`.
Still I created a pull request where you can figure out what blobs are changed from
Hi, Matthew.
After I made `bosh upload blobs`, `bosh blobs` command tells me `No blobs to upload`.
Still I created a pull request where you can figure out what blobs are changed from
|
By
Alexander Lomov <alexander.lomov@...>
·
#909
·
|