|
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
·
|
|
Re: i18n: should cf-cli strings be exact duplicates of en-US translations?
workflow, which would need to change: i18n4go pores through the source code
and compares the values it finds to what exists in the English file and
makes updates in the translation files as necessary,
workflow, which would need to change: i18n4go pores through the source code
and compares the values it finds to what exists in the English file and
makes updates in the translation files as necessary,
|
By
John Feminella <jxf@...>
·
#5701
·
|
|
Re: i18n: should cf-cli strings be exact duplicates of en-US translations?
Disclosure: I used to be a developer on the CLI team
I really like the idea of having identifiers rather than English, for the
same reasons that John mentioned.
For strings where a colon existed, it
Disclosure: I used to be a developer on the CLI team
I really like the idea of having identifiers rather than English, for the
same reasons that John mentioned.
For strings where a colon existed, it
|
By
Kris Hicks <khicks@...>
·
#5700
·
|
|
Re: i18n: should cf-cli strings be exact duplicates of en-US translations?
hi Dies,
adding support for another locale and finding the number of messages to
translate too big?
No, I just thought it was an area that might be worth improving if others
agreed, and I've been
hi Dies,
adding support for another locale and finding the number of messages to
translate too big?
No, I just thought it was an area that might be worth improving if others
agreed, and I've been
|
By
John Feminella <jxf@...>
·
#5699
·
|
|
Re: i18n: should cf-cli strings be exact duplicates of en-US translations?
Hi John,
Thank you for your interest in the CLI’s internals.
Can I ask the background of looking into this? Are you looking into adding support for another locale and finding the number of
Hi John,
Thank you for your interest in the CLI’s internals.
Can I ask the background of looking into this? Are you looking into adding support for another locale and finding the number of
|
By
Koper, Dies <diesk@...>
·
#5698
·
|
|
CLI Certificate Key Exposure
CLI Certificate Key Exposure
September 15, 2016
What Happened?
The private keys used to sign the certificates for Mac and Windows CLI
installation packages may have been exposed, and have been
CLI Certificate Key Exposure
September 15, 2016
What Happened?
The private keys used to sign the certificates for Mac and Windows CLI
installation packages may have been exposed, and have been
|
By
Travis McPeak
·
#5697
·
|
|
cloudfoundry/gunk is being split apart
Hello all,
We are in the process of breaking up the github.com/cloudfoundry/gunk repo.
It doesn't really have a coherent theme, and some of its components are no
longer used by us (or anyone else, in
Hello all,
We are in the process of breaking up the github.com/cloudfoundry/gunk repo.
It doesn't really have a coherent theme, and some of its components are no
longer used by us (or anyone else, in
|
By
Brandon Shroyer
·
#5696
·
|
|
i18n: should cf-cli strings be exact duplicates of en-US translations?
hi,
I'm interested in gathering the community's thoughts about a proposal to improve
the structure of the i18n translations.
## Issue
Currently the translation files for the CF CLI duplicate both the
hi,
I'm interested in gathering the community's thoughts about a proposal to improve
the structure of the i18n translations.
## Issue
Currently the translation files for the CF CLI duplicate both the
|
By
John Feminella <jxf@...>
·
#5695
·
|
|
Announcement: default etcd cluster to TLS in cf-release spiff templates
Hi all,
I'd like to change the cf-release manifest generation templates to default
to running etcd in secure TLS mode. It currently supports both TLS and
non-TLS modes of operation. The etcd job
Hi all,
I'd like to change the cf-release manifest generation templates to default
to running etcd in secure TLS mode. It currently supports both TLS and
non-TLS modes of operation. The etcd job
|
By
Amit Kumar Gupta
·
#5694
·
|
|
Re: Job `metron_agent' has invalid spec format
Thanks, works now.
Sam
By
Sam Dai
·
#5693
·
|