|
Re: Allow gorouter to log random headers.
I feel that we are stearing this conversation into the wrong direction.
Gist it, I would like to with cf logs app / firehose-to-syslog see my
RTR-logs as
blurgh.dev.cf.private.domain.com -
I feel that we are stearing this conversation into the wrong direction.
Gist it, I would like to with cf logs app / firehose-to-syslog see my
RTR-logs as
blurgh.dev.cf.private.domain.com -
|
By
Simon Johansson <simon@...>
·
#851
·
|
|
Re: Allow gorouter to log random headers.
So if you move to Heroku you will be able to change the platform ??? I
don't think so..
So you can put the new header from your app or at least the runtime
buildpack or docker.
Your application
So if you move to Heroku you will be able to change the platform ??? I
don't think so..
So you can put the new header from your app or at least the runtime
buildpack or docker.
Your application
|
By
Gwenn Etourneau
·
#850
·
|
|
Re: Allow gorouter to log random headers.
WAKAWAKA is just an example
But the difference is that WAKAWAKA is not platform specific whereas
X-Cf-Requestid is. If we want to move our app to Heroku, or a VM, or
whatewher we have platform
WAKAWAKA is just an example
But the difference is that WAKAWAKA is not platform specific whereas
X-Cf-Requestid is. If we want to move our app to Heroku, or a VM, or
whatewher we have platform
|
By
Simon Johansson <simon@...>
·
#849
·
|
|
Assigning Role to Group
Have you looked at the `uaac` tool? I'm not quite sure I understand what
you're trying to do, but you can map an LDAP group DN to a UAA group with
`uaac`. Then if a user in that LDAP group logs in,
Have you looked at the `uaac` tool? I'm not quite sure I understand what
you're trying to do, but you can map an LDAP group DN to a UAA group with
`uaac`. Then if a user in that LDAP group logs in,
|
By
Zakharov Alexey <alexey.zakharov@...>
·
#848
·
|
|
Re: Did anybody deploy a wiki as app to CF?
Very cool!
By
Dieu Cao <dcao@...>
·
#847
·
|
|
Re: Did anybody deploy a wiki as app to CF?
What Josh said!! WOW!
By
Cornelia Davis <cdavis@...>
·
#846
·
|
|
Re: UAA integrate with ADFS
I am guessing a problem in your yaml file and the spring profile shoud
be 'saml,default,fileMetadata'
for saml no ?
But I am not sure about the exact format
I am guessing a problem in your yaml file and the spring profile shoud
be 'saml,default,fileMetadata'
for saml no ?
But I am not sure about the exact format
|
By
Gwenn Etourneau
·
#845
·
|
|
Re: Did anybody deploy a wiki as app to CF?
WOW!
--
Thanks,
Josh Long
the Spring Developer Advocate, Pivotal
http://joshlong.com || http://twitter.com/starbuxman || http://spring.io/team/jlong
WOW!
--
Thanks,
Josh Long
the Spring Developer Advocate, Pivotal
http://joshlong.com || http://twitter.com/starbuxman || http://spring.io/team/jlong
|
By
Josh Long <starbuxman@...>
·
#844
·
|
|
Re: 3 etcd nodes don't work well in single zone
Hi Tony,
The logs you've retrieved only go back to Jul 21, which I can't correlate
with the "?/2" issues you were seeing. If you could possibly record again
a bunch of occurrences of flapping
Hi Tony,
The logs you've retrieved only go back to Jul 21, which I can't correlate
with the "?/2" issues you were seeing. If you could possibly record again
a bunch of occurrences of flapping
|
By
Amit Kumar Gupta
·
#843
·
|
|
Re: 3 etcd nodes don't work well in single zone
You should definitely not run etcd with 2 instances. You can read more about
recommended cluster sizes in the etcd
You should definitely not run etcd with 2 instances. You can read more about
recommended cluster sizes in the etcd
|
By
Amit Kumar Gupta
·
#842
·
|
|
Re: Did anybody deploy a wiki as app to CF?
cloudfoundry.gr.jp, a Cloud Foundry user group in Japan, is currently running
a project (or a campaign, more properly) called "Cloud Foundry 100-day
challenge" ("Cloud Foundry 100-nichi Gyou" in
cloudfoundry.gr.jp, a Cloud Foundry user group in Japan, is currently running
a project (or a campaign, more properly) called "Cloud Foundry 100-day
challenge" ("Cloud Foundry 100-nichi Gyou" in
|
By
Noburou TANIGUCHI
·
#841
·
|
|
Re: Introducing OSS Release Integration Team
No problem, more than happy to clarify!
Amit
No problem, more than happy to clarify!
Amit
|
By
Amit Kumar Gupta
·
#840
·
|
|
UAA integrate with ADFS
Hi,
We have cloud foundry v197 env wants to integrate UAA server with existing ADFS. But uaa server not working properly when changing uaa.yml from spring_profiles: postgresql to spring_profiles:
Hi,
We have cloud foundry v197 env wants to integrate UAA server with existing ADFS. But uaa server not working properly when changing uaa.yml from spring_profiles: postgresql to spring_profiles:
|
By
Tina Zhang
·
#839
·
|
|
Re: Introducing OSS Release Integration Team
Thank you for the scrupulous answer, Amit.
(I apologize this late response)
--
View this message in context:
Thank you for the scrupulous answer, Amit.
(I apologize this late response)
--
View this message in context:
|
By
Noburou TANIGUCHI
·
#838
·
|
|
Re: Allow gorouter to log random headers.
I don't see the difference between WAKAWAKA and X-Cf-Requestid. Gorouter
would have to add some header with a uuid for the request. Your apps have
to have logic to pass this header on, so that a log
I don't see the difference between WAKAWAKA and X-Cf-Requestid. Gorouter
would have to add some header with a uuid for the request. Your apps have
to have logic to pass this header on, so that a log
|
By
Shannon Coen
·
#837
·
|
|
Re: Allow gorouter to log random headers.
Sure that header can be used. But then we are adding CF specific stuff into
the implementation of our services, which is something we want to avoid at
all costs.
Also Im not entirely sure if all the
Sure that header can be used. But then we are adding CF specific stuff into
the implementation of our services, which is something we want to avoid at
all costs.
Also Im not entirely sure if all the
|
By
Simon Johansson <simon@...>
·
#836
·
|
|
Re: Allow gorouter to log random headers.
Hello Simon,
The X-Cf-Requestid header already provides a uuid. Couldn't app "a" add the
value of X-Cf-Requestid to a header of your choosing? Call it WAKAWAKA or
X-Random-Header, but it doesn't need
Hello Simon,
The X-Cf-Requestid header already provides a uuid. Couldn't app "a" add the
value of X-Cf-Requestid to a header of your choosing? Call it WAKAWAKA or
X-Random-Header, but it doesn't need
|
By
Shannon Coen
·
#835
·
|
|
Re: Diego log grouping
The CF messages ingest OK into Splunk; None of the Diego messages ingest, not even the first line of their payload.
The problematic deployment:
· CF v212
· Stemcell 3012
The CF messages ingest OK into Splunk; None of the Diego messages ingest, not even the first line of their payload.
The problematic deployment:
· CF v212
· Stemcell 3012
|
By
MJ
·
#834
·
|
|
Allow gorouter to log random headers.
Howdie!
We have some devs who want to be able to trace a request troughout their
applications.
user -> a -> b -> c
|
|-> d -> e
When a user makes a request to "a" uuid is
Howdie!
We have some devs who want to be able to trace a request troughout their
applications.
user -> a -> b -> c
|
|-> d -> e
When a user makes a request to "a" uuid is
|
By
Simon Johansson <simon@...>
·
#833
·
|
|
Re: revrse proxy in CF
Thanks, it works now!
Felix
Thanks, it works now!
Felix
|
By
Felix Friedrich
·
#832
·
|