|
Re: Notifications on ORG, SPACE and USER modifications
I've wanted something similar as well.
On a related note, having a CC API 'serial' number (for each object in CC -
apps, spaces, etc) that increments on every change relevant to that object
would be
I've wanted something similar as well.
On a related note, having a CC API 'serial' number (for each object in CC -
apps, spaces, etc) that increments on every change relevant to that object
would be
|
By
Matt Cowger
·
#873
·
|
|
Re: Did anybody deploy a wiki as app to CF?
This is very very cool - just sent to the 200 SE's I'm training on
CloudFoundry in Tokyo this week.
--
-- Matt
This is very very cool - just sent to the 200 SE's I'm training on
CloudFoundry in Tokyo this week.
--
-- Matt
|
By
Matt Cowger
·
#872
·
|
|
Re: Notifications on ORG, SPACE and USER modifications
There are a few different approaches to this and different concerns that
are possible.
The requests I've seen have been around wanting to be able to subscribe to
and filter the various events that cc
There are a few different approaches to this and different concerns that
are possible.
The requests I've seen have been around wanting to be able to subscribe to
and filter the various events that cc
|
By
Dieu Cao <dcao@...>
·
#871
·
|
|
Re: "running_instances": -1
-1 indicates that the state of the instances is unknown.
The CLI is purposefully converting the -1 to a ? to indicate that the state
is unknown.
wrote:
-1 indicates that the state of the instances is unknown.
The CLI is purposefully converting the -1 to a ? to indicate that the state
is unknown.
wrote:
|
By
Dieu Cao <dcao@...>
·
#870
·
|
|
"running_instances": -1
After pushing an app which fails at buildpack support, the following
parameters are observed:
"state": "STARTED"
"running_instances":-1
"package_state": "FAILED"
It seems that the -1 for running
After pushing an app which fails at buildpack support, the following
parameters are observed:
"state": "STARTED"
"running_instances":-1
"package_state": "FAILED"
It seems that the -1 for running
|
By
Kris Kobylinski <kriskobylinski@...>
·
#869
·
|
|
Re: Did anybody deploy a wiki as app to CF?
I'll add Xenforo (PHP message board) to the list, but I don't have any
publicly available docs on setting it up. Is there any facility for a
mini-blog?
The OSS app project is beyond words.
--
I'll add Xenforo (PHP message board) to the list, but I don't have any
publicly available docs on setting it up. Is there any facility for a
mini-blog?
The OSS app project is beyond words.
--
|
By
Scott Deeg
·
#868
·
|
|
Re: Notifications on ORG, SPACE and USER modifications
My take:
CC should have callbacks on for each model create, update and delete
methods. Those callbacks will send a message to an MQ, which you can
subscribe to consume those messages.
This can be
My take:
CC should have callbacks on for each model create, update and delete
methods. Those callbacks will send a message to an MQ, which you can
subscribe to consume those messages.
This can be
|
By
Juan Pablo Genovese
·
#867
·
|
|
Re: Notifications on ORG, SPACE and USER modifications
Hi,
we (=IBM) are also having the need and are currently investigating how to
solve this. We plan to work on a proposal to discuss this further with the
cf community. I'll keep you updated on
Hi,
we (=IBM) are also having the need and are currently investigating how to
solve this. We plan to work on a proposal to discuss this further with the
cf community. I'll keep you updated on
|
By
Matthias X Hub
·
#866
·
|
|
Re: Notifications on ORG, SPACE and USER modifications
We have the same need. Today we are polling the CC.
It would be nice for us also if we could get CC event notifications via
something like the firehose.
Mike
juanpgenovese(a)gmail.com> wrote:
We have the same need. Today we are polling the CC.
It would be nice for us also if we could get CC event notifications via
something like the firehose.
Mike
juanpgenovese(a)gmail.com> wrote:
|
By
Mike Youngstrom <youngm@...>
·
#865
·
|
|
Re: Merge Request for
Hey Gwenn,
Could you merge one more?
https://github.com/cloudfoundry-community/cf-meteor-buildpack/pull/7
Also, could you maybe make me a maintainer on this project as well?
wrote:
Hey Gwenn,
Could you merge one more?
https://github.com/cloudfoundry-community/cf-meteor-buildpack/pull/7
Also, could you maybe make me a maintainer on this project as well?
wrote:
|
By
Jeff Sloyer
·
#864
·
|
|
Re: Notifications on ORG, SPACE and USER modifications
I mean, I know you can list those events thru the API, but I want something
that will react on an event instead of having to be constantly polling for
them.
2015-07-22 13:18 GMT-03:00 Juan Pablo
I mean, I know you can list those events thru the API, but I want something
that will react on an event instead of having to be constantly polling for
them.
2015-07-22 13:18 GMT-03:00 Juan Pablo
|
By
Juan Pablo Genovese
·
#863
·
|
|
Re: Notifications on ORG, SPACE and USER modifications
Sree,
thanks! Any pointers on how can I hook up to these audit events?
Thank you!
2015-07-22 13:12 GMT-03:00 Sree Tummidi <stummidi(a)pivotal.io>:
--
Mis mejores deseos,
Best wishes,
Meilleurs
Sree,
thanks! Any pointers on how can I hook up to these audit events?
Thank you!
2015-07-22 13:12 GMT-03:00 Sree Tummidi <stummidi(a)pivotal.io>:
--
Mis mejores deseos,
Best wishes,
Meilleurs
|
By
Juan Pablo Genovese
·
#862
·
|
|
Re: Notifications on ORG, SPACE and USER modifications
I believe there are audit events generated for all these actions which can be captured and forwarded to an SIEM solution like splunk
Thanks,
Sree
Sent from my iPhone
I believe there are audit events generated for all these actions which can be captured and forwarded to an SIEM solution like splunk
Thanks,
Sree
Sent from my iPhone
|
By
Sree Tummidi
·
#861
·
|
|
Notifications on ORG, SPACE and USER modifications
Guys,
I need to somehow hook up into the Cloud Controller (CC) to capture ORG,
SPACE and USER deletion, insertion and update.
So far, I considered some approaches, such as forking the CC (the
Guys,
I need to somehow hook up into the Cloud Controller (CC) to capture ORG,
SPACE and USER deletion, insertion and update.
So far, I considered some approaches, such as forking the CC (the
|
By
Juan Pablo Genovese
·
#860
·
|
|
Re: Assigning Role to Group
To elaborate a bit more, at this time the cloud controller maintains its
own roles and ACLs in the CC database.
Filip
To elaborate a bit more, at this time the cloud controller maintains its
own roles and ACLs in the CC database.
Filip
|
By
Filip Hanik
·
#859
·
|
|
Re: Assigning Role to Group
This support is not yet available
Thanks,
Sree
Sent from my iPad
This support is not yet available
Thanks,
Sree
Sent from my iPad
|
By
Sree Tummidi
·
#858
·
|
|
Re: Did anybody deploy a wiki as app to CF?
That's awesome!
By
Daniel Mikusa
·
#857
·
|
|
Re: Assigning Role to Group
alexey.zakharov(a)altoros.com> wrote:
Sorry, missed that in your original post. Last I heard no you couldn't do
this mapping, but that was a while ago though. Maybe someone on the
Identity team
alexey.zakharov(a)altoros.com> wrote:
Sorry, missed that in your original post. Last I heard no you couldn't do
this mapping, but that was a while ago though. Maybe someone on the
Identity team
|
By
Daniel Mikusa
·
#856
·
|
|
[vcap-dev] Loggregator dropping application logs and warning 'message output too high'
Hi all,
Enacting a bit of thread necromancy in the hope of aiding a few Java CF
users.
1. Logback 1.1.3 has new functionality that allows selective truncation
of Java stack traces:
Hi all,
Enacting a bit of thread necromancy in the hope of aiding a few Java CF
users.
1. Logback 1.1.3 has new functionality that allows selective truncation
of Java stack traces:
|
By
Daniel Jones
·
#855
·
|
|
Re: Allow gorouter to log random headers.
Some time ago routing services were discussed on a CAB [1]. Here is a description of this proposal.
Do you think that using such service will allow your developers to cover this requirements?
[1]
Some time ago routing services were discussed on a CAB [1]. Here is a description of this proposal.
Do you think that using such service will allow your developers to cover this requirements?
[1]
|
By
Alexander Lomov <alexander.lomov@...>
·
#854
·
|