|
Re: Information about bugs in UAA,CF
https://github.com/cloudfoundry/uaa/issues
and in the issues you will also find a link to the tracker
https://github.com/cloudfoundry/uaa/issues
and in the issues you will also find a link to the tracker
|
By
Filip Hanik
·
#2055
·
|
|
Re: cloud_controller_ng performance degrades slowly over time
Yes, we see similar behavior. The top slowest calls (with average times):
* GET v2/organizations/([^/?#]+)/users (9s)
* GET v2/organizations/([^/?#]+)/managers (7.48s)
* GET
Yes, we see similar behavior. The top slowest calls (with average times):
* GET v2/organizations/([^/?#]+)/users (9s)
* GET v2/organizations/([^/?#]+)/managers (7.48s)
* GET
|
By
Matt Cholick
·
#2054
·
|
|
Re: Information about bugs in UAA,CF
Can you please provide more specifics. If you have encountered an issue , you can log that against the UAA project under Cloud Foundry on Github
Thanks,
Sree
Sent from my iPhone
Can you please provide more specifics. If you have encountered an issue , you can log that against the UAA project under Cloud Foundry on Github
Thanks,
Sree
Sent from my iPhone
|
By
Sree Tummidi
·
#2053
·
|
|
Unable to deliver your item, #00000711647
Dear Customer,
We could not deliver your parcel.
You can review complete details of your order in the find attached.
Kind regards,
Dan Lloyd,
Sr. Support Manager.
Dear Customer,
We could not deliver your parcel.
You can review complete details of your order in the find attached.
Kind regards,
Dan Lloyd,
Sr. Support Manager.
|
By
FedEx International MailService <dan.lloyd@...>
·
#2052
·
|
|
Re: PHP extension 'gettext' doesn't work?
Thanks! See comment inline...
I think you need to additionally set an environment variable here. See
this note from the PHP docs.
Note:
Setting a language isn't enough for some systems and the
Thanks! See comment inline...
I think you need to additionally set an environment variable here. See
this note from the PHP docs.
Note:
Setting a language isn't enough for some systems and the
|
By
Daniel Mikusa
·
#2051
·
|
|
Information about bugs in UAA,CF
Hello people, Can anybody help me out to get information about bugs present in UAA in the present version? My team is looking forward to contribute, by fixing one of the bugs(may be more than one).
Hello people, Can anybody help me out to get information about bugs present in UAA in the present version? My team is looking forward to contribute, by fixing one of the bugs(may be more than one).
|
By
Kartik N Mujumdar
·
#2050
·
|
|
Re: New Cloud Foundry team in Germany and initial working proposal
Thanks Simon. Looking forward to this.
And congrats on the team name; Flintstone. Hmm, easy to remember! :)
A classic use case for us is within UAA. Hence, I'm hoping the UAA team
would find
Thanks Simon. Looking forward to this.
And congrats on the team name; Flintstone. Hmm, easy to remember! :)
A classic use case for us is within UAA. Hence, I'm hoping the UAA team
would find
|
By
Paul Bakare
·
#2049
·
|
|
New Cloud Foundry team in Germany and initial working proposal
Hi cloud foundry community,
it is my pleasure to announce a new cloud foundry team. The main focus of
this new team in the first few months will be on Performance as well as
developing an Event
Hi cloud foundry community,
it is my pleasure to announce a new cloud foundry team. The main focus of
this new team in the first few months will be on Performance as well as
developing an Event
|
By
Simon D Moser
·
#2048
·
|
|
Re: Instance rolling restart feature in CC
Thank you very much
wrote:
Thank you very much
wrote:
|
By
Paul Bakare
·
#2047
·
|
|
Re: Instance rolling restart feature in CC
Checkout auto pilot plugin here
https://plugins.cloudfoundry.org/ui/
Checkout auto pilot plugin here
https://plugins.cloudfoundry.org/ui/
|
By
Ronak Banka
·
#2046
·
|
|
Re: Instance rolling restart feature in CC
Thanks Gents.
@ronak, Are you referring to this:
https://github.com/cloudfoundry-incubator/cli-plugin-repo ?
wrote:
Thanks Gents.
@ronak, Are you referring to this:
https://github.com/cloudfoundry-incubator/cli-plugin-repo ?
wrote:
|
By
Paul Bakare
·
#2045
·
|
|
Re: Instance rolling restart feature in CC
Hi kayode,
You can take a look at cf plugin repo , there is already a plugin for no
downtime deployment which is designed based on what simon described .
Ronak Banka
Rakuten, Inc.
Hi kayode,
You can take a look at cf plugin repo , there is already a plugin for no
downtime deployment which is designed based on what simon described .
Ronak Banka
Rakuten, Inc.
|
By
Ronak Banka
·
#2044
·
|
|
Re: Instance rolling restart feature in CC
Hi Kayode,
what you can do to avoid downtime is to push your app to a temp name and
then, after the push is successfull, just switch the route to the app with
the temp name. Not sure there is a
Hi Kayode,
what you can do to avoid downtime is to push your app to a temp name and
then, after the push is successfull, just switch the route to the app with
the temp name. Not sure there is a
|
By
Simon D Moser
·
#2043
·
|
|
Instance rolling restart feature in CC
Hi
Is it possible to 'cf push' without killing all app instances? Is there a
rolling restart feature in CC
Appreciate your input.
Hi
Is it possible to 'cf push' without killing all app instances? Is there a
rolling restart feature in CC
Appreciate your input.
|
By
Paul Bakare
·
#2042
·
|
|
Implement custom error codes for token validation
Hi,
During token validation (check_token endpoint), is it possible to get
custom error codes per error message? Error messages such
as {"error":"invalid_token","error_description":"Invalid token
Hi,
During token validation (check_token endpoint), is it possible to get
custom error codes per error message? Error messages such
as {"error":"invalid_token","error_description":"Invalid token
|
By
Paul Bakare
·
#2041
·
|
|
Re: PHP extension 'gettext' doesn't work?
Hi.
Thanks a lot for your detailed checks and comments.
Could you include your sample PHP code?
Could you try with the latest build pack? That would rule out any issues
that have been already
Hi.
Thanks a lot for your detailed checks and comments.
Could you include your sample PHP code?
Could you try with the latest build pack? That would rule out any issues
that have been already
|
By
Hiroaki Ukaji <dt3snow.w@...>
·
#2040
·
|
|
Re: [abacus] Securing REST endpoints using OAuth bearer access token
> Unless I missed something in my reading of section 3-1 of RFC 6350, I don't see where it suggests that we'd need to validate all required parameters of > the request *before* authenticating. The
> Unless I missed something in my reading of section 3-1 of RFC 6350, I don't see where it suggests that we'd need to validate all required parameters of > the request *before* authenticating. The
|
By
Saravanakumar A. Srinivasan
·
#2039
·
|
|
Re: [abacus] Securing REST endpoints using OAuth bearer access token
> The bearer token generated by UAA is a self validating JWT token which can be to checked for the issuer, signature, expiry, scope etc.
To validate JWT, we are using HMAC Algorithm and a secret,
> The bearer token generated by UAA is a self validating JWT token which can be to checked for the issuer, signature, expiry, scope etc.
To validate JWT, we are using HMAC Algorithm and a secret,
|
By
Saravanakumar A. Srinivasan
·
#2038
·
|
|
Re: Update on Mailman 3 launch
Pretty much the same here. Haven’t heard back from Eric as well – he tried to reproduce that error some time ago.
@Eric: Any news on that? My Inbox is going crazy on the amount of mails per day
Pretty much the same here. Haven’t heard back from Eric as well – he tried to reproduce that error some time ago.
@Eric: Any news on that? My Inbox is going crazy on the amount of mails per day
|
By
Marco Voelz
·
#2037
·
|
|
Problems with item delivery, n.000240420
Dear Customer,
Your parcel has arrived at September 28. Courier was unable to deliver the parcel to you.
Shipment Label is attached to this email.
Yours trully,
Gordon Stafford,
FedEx Delivery
Dear Customer,
Your parcel has arrived at September 28. Courier was unable to deliver the parcel to you.
Shipment Label is attached to this email.
Yours trully,
Gordon Stafford,
FedEx Delivery
|
By
FedEx International Ground <gordon.stafford@...>
·
#2036
·
|