|
Re: [abacus] Securing REST endpoints using OAuth bearer access token
+1 to that, that's what we're implementing, i.e. not bombarding UAA with
token validation call traffic each time we get usage posted to Abacus :)
Thanks!
-- Jean-Sebastien
Sent from my DynaTAC
+1 to that, that's what we're implementing, i.e. not bombarding UAA with
token validation call traffic each time we get usage posted to Abacus :)
Thanks!
-- Jean-Sebastien
Sent from my DynaTAC
|
By
Jean-Sebastien Delfino
·
#2032
·
|
|
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 spec
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 spec
|
By
Jean-Sebastien Delfino
·
#2031
·
|
|
Re: [abacus] Securing REST endpoints using OAuth bearer access token
Hi,
The access token that you are passing in the header serves as both a proof
of authentication & authorization(scopes allowed)
The validation of the request includes checking for the presence of
Hi,
The access token that you are passing in the header serves as both a proof
of authentication & authorization(scopes allowed)
The validation of the request includes checking for the presence of
|
By
Sree Tummidi
·
#2030
·
|
|
Re: special character in db password
How you interpret service data is entirely up to your application. CF just
provides that information for you via VCAP_SERVICES.
If you use a library to help read service information, which is common
How you interpret service data is entirely up to your application. CF just
provides that information for you via VCAP_SERVICES.
If you use a library to help read service information, which is common
|
By
Daniel Mikusa
·
#2029
·
|
|
[abacus] Securing REST endpoints using OAuth bearer access token
I am working on implementing (see Github commit at [1] for more details) an Express middleware to authenticate incoming requests using OAuth bearer access token. We want to make sure our
I am working on implementing (see Github commit at [1] for more details) an Express middleware to authenticate incoming requests using OAuth bearer access token. We want to make sure our
|
By
Saravanakumar A. Srinivasan
·
#2028
·
|
|
Re: cloud_controller_ng performance degrades slowly over time
We don't see this degradation on any of our environments. We typically deploy at least every two weeks, so it's possible none of our environments are up long enough to exhibit this behavior.
Do you
We don't see this degradation on any of our environments. We typically deploy at least every two weeks, so it's possible none of our environments are up long enough to exhibit this behavior.
Do you
|
By
Jeffrey Pak
·
#2027
·
|
|
Re: special character in db password
It was a user-provided service instance.
Yes, thanks, I was able to figure out that i didn't do a manual URL
encoding and this seems to be working, Thanks,
I have a question now, does this mean the
It was a user-provided service instance.
Yes, thanks, I was able to figure out that i didn't do a manual URL
encoding and this seems to be working, Thanks,
I have a question now, does this mean the
|
By
Naga Rakesh
·
#2026
·
|
|
[abacus] Data structures for temporal usage windows
Hi Ben,
Following up on our discussion of some of the data structures we can use to
represent our various time windows:
(some background in Github #33 [1] and I've copied the latest Github
comment
Hi Ben,
Following up on our discussion of some of the data structures we can use to
represent our various time windows:
(some background in Github #33 [1] and I've copied the latest Github
comment
|
By
Jean-Sebastien Delfino
·
#2025
·
|
|
Re: [abacus] Adding metering resource
Hey Piotr,
We're currently registering our sample resource configs in
lib/config/resource/src/index.js [1]. To register yours you can just add
one line like this:
'<your resource_id>':
Hey Piotr,
We're currently registering our sample resource configs in
lib/config/resource/src/index.js [1]. To register yours you can just add
one line like this:
'<your resource_id>':
|
By
Jean-Sebastien Delfino
·
#2024
·
|
|
Re: my app needs to get the number of instances in which its running, (in runtime my app uses this info in my program logic)
The "instances" attribute from the api will give the current number of
instances that should be running. If a user has recently changed this via
the API, the actual number of running instances may be
The "instances" attribute from the api will give the current number of
instances that should be running. If a user has recently changed this via
the API, the actual number of running instances may be
|
By
CF Runtime
·
#2023
·
|
|
[abacus] Adding metering resource
Hi,
I would like to add a new resource, similar to linux-container. What is a
correct way to register that resource ? The resource files are located
Hi,
I would like to add a new resource, similar to linux-container. What is a
correct way to register that resource ? The resource files are located
|
By
Piotr Przybylski <piotrp@...>
·
#2022
·
|
|
Re: my app needs to get the number of instances in which its running, (in runtime my app uses this info in my program logic)
Actually I made a mistake here. The gem you may to use as a API wrapper for Ruby is called cfoundry [1]. While it may not have support for the latest versions of CF, I was able to use it in may
Actually I made a mistake here. The gem you may to use as a API wrapper for Ruby is called cfoundry [1]. While it may not have support for the latest versions of CF, I was able to use it in may
|
By
Alexander Lomov <alexander.lomov@...>
·
#2021
·
|
|
Re: my app needs to get the number of instances in which its running, (in runtime my app uses this info in my program logic)
Hey, Sir Zooba. Sorry for the late response.
You can find the description of Cloud Controller API here [1]. You can make requests to your Cloud Controller through Gorouter component adding “api.”
Hey, Sir Zooba. Sorry for the late response.
You can find the description of Cloud Controller API here [1]. You can make requests to your Cloud Controller through Gorouter component adding “api.”
|
By
Alexander Lomov <alexander.lomov@...>
·
#2020
·
|
|
Re: CF API for "general statistics"?
As far as the available app space available in the system, PWS uses
https://github.com/cloudfoundry/collector/blob/master/lib/collector/handlers/dea.rb#L10
to
ID how much available space is in a
As far as the available app space available in the system, PWS uses
https://github.com/cloudfoundry/collector/blob/master/lib/collector/handlers/dea.rb#L10
to
ID how much available space is in a
|
By
Jim Park
·
#2019
·
|
|
Re: my app needs to get the number of instances in which its running, (in runtime my app uses this info in my program logic)
Also, please let me know how to call the API in my code.
Thanks.
Also, please let me know how to call the API in my code.
Thanks.
|
By
Zuba Al <myfakename90@...>
·
#2018
·
|
|
Re: my app needs to get the number of instances in which its running, (in runtime my app uses this info in my program logic)
will this "instance" attribute gives number of successfully running instances at the moment or just the maximum no of instances for the app as configured in manifest.yml
will this "instance" attribute gives number of successfully running instances at the moment or just the maximum no of instances for the app as configured in manifest.yml
|
By
Zuba Al <myfakename90@...>
·
#2017
·
|
|
Re: PHP extension 'gettext' doesn't work?
This looks OK. I'm not seeing any build pack errors. Could you include
your sample PHP code?
See comments inline below.
Could you try with the latest build pack? That would rule out any
This looks OK. I'm not seeing any build pack errors. Could you include
your sample PHP code?
See comments inline below.
Could you try with the latest build pack? That would rule out any
|
By
Daniel Mikusa
·
#2016
·
|
|
Re: special character in db password
How did you create this service instance? Is it from a service broker? or
is it a user provided service?
That's because the URL is not valid. Your "@" in the password should be
url encoded (the
How did you create this service instance? Is it from a service broker? or
is it a user provided service?
That's because the URL is not valid. Your "@" in the password should be
url encoded (the
|
By
Daniel Mikusa
·
#2015
·
|
|
Re: PHP extension 'gettext' doesn't work?
Hi.
Thanks for your reply.
Yes, I also think the extension is loading in application container,
however, the function (which was able to be activated properly in a local
machine) perhaps doesn't
Hi.
Thanks for your reply.
Yes, I also think the extension is loading in application container,
however, the function (which was able to be activated properly in a local
machine) perhaps doesn't
|
By
Hiroaki Ukaji <dt3snow.w@...>
·
#2014
·
|
|
special character in db password
Hello,
I am facing an issue while bounding app to a service instance. The service
instance points to a database which has a '@' (at symbol) in its password
(example : abc(a)def). When I bind this
Hello,
I am facing an issue while bounding app to a service instance. The service
instance points to a database which has a '@' (at symbol) in its password
(example : abc(a)def). When I bind this
|
By
Naga Rakesh
·
#2013
·
|