|
Re: Anyone use the /heathz endpoint on Gorouter?
Authentication was removed from /healthz in 2013 apparently (and the
Gorouter README wasn't updated). I just discovered last week that the
healthcheck endpoint doesn't require auth.
We'll add
Authentication was removed from /healthz in 2013 apparently (and the
Gorouter README wasn't updated). I just discovered last week that the
healthcheck endpoint doesn't require auth.
We'll add
|
By
Shannon Coen
·
#5721
·
|
|
Re: Anyone use the /heathz endpoint on Gorouter?
Those sound useful. I'll have to look into re-enabling the health check.
We removed it because we were having some trouble with the authentication
of the status endpoint from our custom health
Those sound useful. I'll have to look into re-enabling the health check.
We removed it because we were having some trouble with the authentication
of the status endpoint from our custom health
|
By
Mike Youngstrom <youngm@...>
·
#5720
·
|
|
SSL termination for private domains
I have a question about the SSL termination epic[1], whose goal IIUC is to provide the ability for operators to have multiple TLS certificates: it seems only shared domains are being considered
I have a question about the SSL termination epic[1], whose goal IIUC is to provide the ability for operators to have multiple TLS certificates: it seems only shared domains are being considered
|
By
Carlo Alberto Ferraris
·
#5719
·
|
|
Re: Admin activity without ruby based CLI?
I figured that we can set different admin password in 'oauth-clients.xml'. With this approach, I can pretty much use APIs to create new clients and further oAuth related operations.
Thanks
I figured that we can set different admin password in 'oauth-clients.xml'. With this approach, I can pretty much use APIs to create new clients and further oAuth related operations.
Thanks
|
By
Yogesh Gowdra
·
#5718
·
|
|
Re: Anyone use the /heathz endpoint on Gorouter?
Thanks for the feedback, Mike.
Do you recall what kind of problems you had with the /heathz endpoint?
Here's few enhancements we've made recently that are healthcheck-related,
and eliminate
Thanks for the feedback, Mike.
Do you recall what kind of problems you had with the /heathz endpoint?
Here's few enhancements we've made recently that are healthcheck-related,
and eliminate
|
By
Shannon Coen
·
#5717
·
|
|
Re: Anyone use the /heathz endpoint on Gorouter?
We used to use the /healthz path but ran into some problems with it.
We eventually decided to stop using this endpoint and instead simply check
to see if gorouter is listening on 80. It was unclear
We used to use the /healthz path but ran into some problems with it.
We eventually decided to stop using this endpoint and instead simply check
to see if gorouter is listening on 80. It was unclear
|
By
Mike Youngstrom <youngm@...>
·
#5716
·
|
|
Re: Admin activity without ruby based CLI?
Hi Madhura,
Thanks for the response. But to use that API we need admin bearer access token which essentially requires that admin user be created. So my question is how do I start provisioning such
Hi Madhura,
Thanks for the response. But to use that API we need admin bearer access token which essentially requires that admin user be created. So my question is how do I start provisioning such
|
By
Yogesh Gowdra
·
#5715
·
|
|
Anyone use the /heathz endpoint on Gorouter?
For a very long time, the /healthz endpoint has been documented as
deprecated. The recommended method of healthchecking Gorouter has been to
send a User-Agent http header.
We recently merged a PR
For a very long time, the /healthz endpoint has been documented as
deprecated. The recommended method of healthchecking Gorouter has been to
send a User-Agent http header.
We recently merged a PR
|
By
Shannon Coen
·
#5714
·
|
|
[IMPORTANT] EOL Timeline for Legacy DEA Backend
Hello all,
We would like to share the official End of Life timeline for the DEA
backend in Cloud Foundry.
Details can be found here [1] or in the attached pdf.
At a high level, the plan is to
Hello all,
We would like to share the official End of Life timeline for the DEA
backend in Cloud Foundry.
Details can be found here [1] or in the attached pdf.
At a high level, the plan is to
|
By
Dieu Cao <dcao@...>
·
#5713
·
|
|
Re: Admin activity without ruby based CLI?
Hi Yogesh,
You can add users directly via the API. Here is the documentation for the
API: http://docs.cloudfoundry.org/api/uaa/#create61
Madhura
Hi Yogesh,
You can add users directly via the API. Here is the documentation for the
API: http://docs.cloudfoundry.org/api/uaa/#create61
Madhura
|
By
Madhura Bhave
·
#5712
·
|
|
Admin activity without ruby based CLI?
Hi,
I am planning to use UAA to implement SSO for my java based micro services. Our infrastructure does not let me use any other tools (like ruby based tools like uaac or cf) apart from java based. Is
Hi,
I am planning to use UAA to implement SSO for my java based micro services. Our infrastructure does not let me use any other tools (like ruby based tools like uaac or cf) apart from java based. Is
|
By
Yogesh Gowdra
·
#5711
·
|
|
Re: Sharing single service instance across all orgs/spaces
Hi Vinod,
Yes, it is supported. Firehose pulls log data from loggregator, Cloud
Foundry's logging subsystem.
I recommend logsearch (http://www.logsearch.io/) with an extension for
Cloud Foundry
Hi Vinod,
Yes, it is supported. Firehose pulls log data from loggregator, Cloud
Foundry's logging subsystem.
I recommend logsearch (http://www.logsearch.io/) with an extension for
Cloud Foundry
|
By
Jacek Szlachta <jacek.szlachta@...>
·
#5710
·
|
|
Re: Sharing single service instance across all orgs/spaces
Thanks for quick response, Michael.
But I am using DEA CF 235 only. Is this supported on non-Diego version of
CF ?
Regards,
Vinod
wrote:
Thanks for quick response, Michael.
But I am using DEA CF 235 only. Is this supported on non-Diego version of
CF ?
Regards,
Vinod
wrote:
|
By
Vinod Singh <vinoddandy@...>
·
#5709
·
|
|
Re: Sharing single service instance across all orgs/spaces
Hi Vinod,
You can't do this using this approach indeed but Cloud Foundry provides the
Firehose component with all logs from all applications as a stream you can
use to feed you ELK stack.
The easiest
Hi Vinod,
You can't do this using this approach indeed but Cloud Foundry provides the
Firehose component with all logs from all applications as a stream you can
use to feed you ELK stack.
The easiest
|
By
Michal Kuratczyk
·
#5708
·
|
|
Sharing single service instance across all orgs/spaces
Hi All,
We are redirecting the application logs to ELK system from Cloud Foundry
deployment.
The issue is : we have to create a user provided service instance in each
space of each user's org to
Hi All,
We are redirecting the application logs to ELK system from Cloud Foundry
deployment.
The issue is : we have to create a user provided service instance in each
space of each user's org to
|
By
Vinod Singh <vinoddandy@...>
·
#5707
·
|
|
Re: Document about "suspended" org
Hello Nick,
Thank you for your kind response.
I've made up a collection of information related behaviors with
Hello Nick,
Thank you for your kind response.
I've made up a collection of information related behaviors with
|
By
Noburou TANIGUCHI
·
#5706
·
|
|
Re: CLI Certificate Key Exposure
Two small corrections to the above note:
- The latest version of the installer and binary is 6.21.1
- The Windows binary and installer did not require re-signing to rotate
the
Two small corrections to the above note:
- The latest version of the installer and binary is 6.21.1
- The Windows binary and installer did not require re-signing to rotate
the
|
By
Travis McPeak
·
#5705
·
|
|
Re: i18n: should cf-cli strings be exact duplicates of en-US translations?
Thanks, that was super helpful. On a similar project, I overcame some of
the difficulties you described with a small shell script and use of `jq`.
Essentially one got around the i18n4go problem by
Thanks, that was super helpful. On a similar project, I overcame some of
the difficulties you described with a small shell script and use of `jq`.
Essentially one got around the i18n4go problem by
|
By
John Feminella <jxf@...>
·
#5704
·
|
|
CF CLI Plugin Development: How to get started
Hello!
The CF CLI team has recently been asked about where to find any information regarding CF CLI plugin development. Here are a few pointers to help you along:
1. If you'd like an example on HOW
Hello!
The CF CLI team has recently been asked about where to find any information regarding CF CLI plugin development. Here are a few pointers to help you along:
1. If you'd like an example on HOW
|
By
Jeffrey Pak
·
#5703
·
|
|
Re: i18n: should cf-cli strings be exact duplicates of en-US translations?
The workflow is available here:
https://github.com/cloudfoundry/cli/blob/master/CONTRIBUTING.md#i18n
i18n4go, goi18n, bin/generate-language-resources are the three things that
need to be executed
The workflow is available here:
https://github.com/cloudfoundry/cli/blob/master/CONTRIBUTING.md#i18n
i18n4go, goi18n, bin/generate-language-resources are the three things that
need to be executed
|
By
Kris Hicks <khicks@...>
·
#5702
·
|