|
[cf-abacus] Adding Node 5 to the Abacus CI build
Hi all,
I'm going to add Node 5 to our CI build later today, as that'll help detect
issues with it early on.
I'll also update our package.json files to require recent versions of Node
and Npm (as
Hi all,
I'm going to add Node 5 to our CI build later today, as that'll help detect
issues with it early on.
I'll also update our package.json files to require recent versions of Node
and Npm (as
|
By
Jean-Sebastien Delfino
·
#2681
·
|
|
Re: Failed compiling packages during cf-215 upgrade in bosh director
When we see issues like this, we often find that retrying fixes the issue (i.e. the failures are not reliably reproducible - often caused by temporary networking issues).
If retrying does not fix the
When we see issues like this, we often find that retrying fixes the issue (i.e. the failures are not reliably reproducible - often caused by temporary networking issues).
If retrying does not fix the
|
By
Rob Dimsdale
·
#2680
·
|
|
Re: how to get cf authentication token programmatically
Actually my app needs to get info of other apps running in same cf api domain. To get this info, I'm calling APIs of other apps using HTTP.GETrequest with authentication token in request header. And
Actually my app needs to get info of other apps running in same cf api domain. To get this info, I'm calling APIs of other apps using HTTP.GETrequest with authentication token in request header. And
|
By
Zuba Al <myfakename90@...>
·
#2679
·
|
|
Re: OpenAM integration
I will try, many thanks Sree!!
I will try, many thanks Sree!!
|
By
Antonio Diaz Arroyo
·
#2678
·
|
|
unlock local Cloud Foundry user. uaac?
Hi
see
http://stackoverflow.com/questions/33648724/unlock-local-cloud-foundry-user-uaac
as a workaround I changed password.
gem install cf-uaac
uaac target https://...
uaac token client get
Hi
see
http://stackoverflow.com/questions/33648724/unlock-local-cloud-foundry-user-uaac
as a workaround I changed password.
gem install cf-uaac
uaac target https://...
uaac token client get
|
By
Lukas Lehner <weblehner@...>
·
#2677
·
|
|
Re: how to get cf authentication token programmatically
Good morning,
Did you think in the alternatives:
+ a config file
+ CF Environment variables
If you connect with PWS or Bluemix, you are
Good morning,
Did you think in the alternatives:
+ a config file
+ CF Environment variables
If you connect with PWS or Bluemix, you are
|
By
Juan Antonio BreƱa Moral <bren at juanantonio.info...>
·
#2676
·
|
|
how to get cf authentication token programmatically
My CF app needs to get cf authentication token programmatically in runtime. Currently I'm getting the token using HTTP:POST request to 'AuthorizationURL/oauth/token' with username and password in the
My CF app needs to get cf authentication token programmatically in runtime. Currently I'm getting the token using HTTP:POST request to 'AuthorizationURL/oauth/token' with username and password in the
|
By
Zuba Al <myfakename90@...>
·
#2675
·
|
|
Re: CF CAB call for November is RESCHEDULED to Wednesday Nov. 18th, 2015
Hi, all,
Since tomorrow is Vereran's Day (a federal holiday here in US) which celebrates the service of all U.S. military veterans, we've agreed to move the call to next week: Wednesday November
Hi, all,
Since tomorrow is Vereran's Day (a federal holiday here in US) which celebrates the service of all U.S. military veterans, we've agreed to move the call to next week: Wednesday November
|
By
Michael Maximilien
·
#2674
·
|
|
Re: Cloud Controller - s3 encryption for droplets
I first ran across it here:
http://cloudfoundryjp.github.io/docs/running/bosh/components/blobstore.html
and checked here for additional
I first ran across it here:
http://cloudfoundryjp.github.io/docs/running/bosh/components/blobstore.html
and checked here for additional
|
By
William C Penrod
·
#2673
·
|
|
Re: multiple nozzles on firehose
Both of the nozzles will get all the events coming from the firehose.
Both of the nozzles will get all the events coming from the firehose.
|
By
Rohit Kumar
·
#2672
·
|
|
Re: multiple nozzles on firehose
That answers my question, thanks!
Out of curiosity, what happens if nozzles with different subscription IDs subscribe to the same firehose?
--Lon Nix
That answers my question, thanks!
Out of curiosity, what happens if nozzles with different subscription IDs subscribe to the same firehose?
--Lon Nix
|
By
Nix, Lon <Lon.Nix@...>
·
#2671
·
|
|
Re: Immutability of applications
I think there are several ways this could be approached if there was
appetite to do so.
1. Feature flag that denies mutable operations on a running application
(doesnt help every scenario as some
I think there are several ways this could be approached if there was
appetite to do so.
1. Feature flag that denies mutable operations on a running application
(doesnt help every scenario as some
|
By
john mcteague <john.mcteague@...>
·
#2670
·
|
|
Re: service broker user delegation beyond service-dashboard
One addition, I would like the ability to have some scopes be auto approved by the platform (eg openid)
Brian K Martin
One addition, I would like the ability to have some scopes be auto approved by the platform (eg openid)
Brian K Martin
|
By
Brian Martin <bkmartin@...>
·
#2668
·
|
|
Re: service broker user delegation beyond service-dashboard
This proposal looks good and addresses many of the same concerns we have been seeing in Bluemix. I recently reached out to Max to bring forward a similar proposal.
Brian K Martin
This proposal looks good and addresses many of the same concerns we have been seeing in Bluemix. I recently reached out to Max to bring forward a similar proposal.
Brian K Martin
|
By
Brian Martin <bkmartin@...>
·
#2669
·
|
|
Re: Immutability of applications
Hi John, thanks for getting back to me.
It seems inconvenient for you to have to monitor divergence of CF-initiated
configuration changes from the Apps' runtime environment.
I'm not PM for these
Hi John, thanks for getting back to me.
It seems inconvenient for you to have to monitor divergence of CF-initiated
configuration changes from the Apps' runtime environment.
I'm not PM for these
|
By
Marco Nicosia
·
#2667
·
|
|
service broker user delegation beyond service-dashboard
Hi,
We are seing an increasing number of cases where service brokers need to
act on behalf of CF users, and where the service dashboard support is too
limited:
- dashboard URL is not exposed to
Hi,
We are seing an increasing number of cases where service brokers need to
act on behalf of CF users, and where the service dashboard support is too
limited:
- dashboard URL is not exposed to
|
By
Guillaume Berche
·
#2666
·
|
|
Re: Immutability of applications
Marco, So I understand that configuration for an app is mutli-faceted and
not the complete view of what is happening. My goal is to understand what
is running at any moment in time from the
Marco, So I understand that configuration for an app is mutli-faceted and
not the complete view of what is happening. My goal is to understand what
is running at any moment in time from the
|
By
john mcteague <john.mcteague@...>
·
#2665
·
|
|
Re: Notifications for service brokers
Hi all,
I'd like to start looking into how to leverage these notifications in the
Abacus project.
Has there been any progress on this?
Thanks
- Jean-Sebastien
Hi all,
I'd like to start looking into how to leverage these notifications in the
Abacus project.
Has there been any progress on this?
Thanks
- Jean-Sebastien
|
By
Jean-Sebastien Delfino
·
#2664
·
|
|
Re: [abacus] CouchDB
Hi Hristo,
I think it should be fairly easy to create another Abacus dbclient module
targeting another DB. AFAIK we're only doing simple get/put/remove, bulk
gets/puts and a few range queries over
Hi Hristo,
I think it should be fairly easy to create another Abacus dbclient module
targeting another DB. AFAIK we're only doing simple get/put/remove, bulk
gets/puts and a few range queries over
|
By
Jean-Sebastien Delfino
·
#2663
·
|
|
Re: [abacus] Eureka vs gorouter
Hey Hristo,
Eureka helps us as an optional registry for monitoring the performance of
each of our apps with a Hystrix [1] dashboard. We're not using it for
routing the flow of usage events across our
Hey Hristo,
Eureka helps us as an optional registry for monitoring the performance of
each of our apps with a Hystrix [1] dashboard. We're not using it for
routing the flow of usage events across our
|
By
Jean-Sebastien Delfino
·
#2662
·
|