|
Re: UAA: How to set client_credentials token grant type to not expire
when decoded to read exp: 315569260. If this is not, then is it possible to
set the token expiry time?
It's a little bit different.
access_token_validity is how long the token is valid for from the
when decoded to read exp: 315569260. If this is not, then is it possible to
set the token expiry time?
It's a little bit different.
access_token_validity is how long the token is valid for from the
|
By
Filip Hanik
·
#972
·
|
|
Re: UAA: How to set client_credentials token grant type to not expire
Thanks again Filip.
However, here's what I mean,
If I set the access_token_validity to 315569260, I'm expecting the token
when decoded to read exp: 315569260. If this is not, then is it possible
Thanks again Filip.
However, here's what I mean,
If I set the access_token_validity to 315569260, I'm expecting the token
when decoded to read exp: 315569260. If this is not, then is it possible
|
By
Paul Bakare
·
#971
·
|
|
Re: Logstash and Multiline Log Entry
Here's a suggested pattern to handle stack traces.
http://stackoverflow.com/questions/31657863/logstash-and-multiline-log-entry-from-cloud-foundry?noredirect=1#comment51279061_31657863
Here's a suggested pattern to handle stack traces.
http://stackoverflow.com/questions/31657863/logstash-and-multiline-log-entry-from-cloud-foundry?noredirect=1#comment51279061_31657863
|
By
Steve Wall <steve.wall@...>
·
#970
·
|
|
Re: Node.js Apps with small memory limits; Inaccurate Memory Availability in Containers
Hi Sai,
Thanks for asking these questions. The buildpacks team, who currently
maintains the nodejs-buildpack, is totally open to improving the node.js
developer experience.
I'd love to hear about
Hi Sai,
Thanks for asking these questions. The buildpacks team, who currently
maintains the nodejs-buildpack, is totally open to improving the node.js
developer experience.
I'd love to hear about
|
By
Mike Dalessio
·
#969
·
|
|
Node.js Apps with small memory limits; Inaccurate Memory Availability in Containers
Hey All,
I've recently started investigating a memory issue with Node.js apps
running in CloudFoundry environments. FYI, I'm using CFv210. As an
example, if I push a Node.js app with a mem leak
Hey All,
I've recently started investigating a memory issue with Node.js apps
running in CloudFoundry environments. FYI, I'm using CFv210. As an
example, if I push a Node.js app with a mem leak
|
By
Sai Vennam <svennam92@...>
·
#968
·
|
|
Re: Invalid password change request
I don't think the schemas belong there, that may be a copy paste error in
the docs.
The easiest reference for the REST API may be the integration
I don't think the schemas belong there, that may be a copy paste error in
the docs.
The easiest reference for the REST API may be the integration
|
By
Filip Hanik
·
#967
·
|
|
Re: UAA: How to set client_credentials token grant type to not expire
Token validity is how long a token is valid for from the time it is
created. The token will store the expiration time, that is the date when
the token expires.
so `"exp":1438209609` is actually the
Token validity is how long a token is valid for from the time it is
created. The token will store the expiration time, that is the date when
the token expires.
so `"exp":1438209609` is actually the
|
By
Filip Hanik
·
#966
·
|
|
Re: UAA: How to set client_credentials token grant type to not expire
Filip,
Even when I set the value to 315569260 (this value seems to be lesser than
today though), when I decode the issued token, I get something like this
`"exp":1438209609`.
Is token validity and
Filip,
Even when I set the value to 315569260 (this value seems to be lesser than
today though), when I decode the issued token, I get something like this
`"exp":1438209609`.
Is token validity and
|
By
Paul Bakare
·
#965
·
|
|
Re: Invalid password change request
The uaac is much useful for ops use case. However, my use case leans more
towards the REST API.
Do you an idea why I might be getting those errors. As you can see, the
token has got the right
The uaac is much useful for ops use case. However, my use case leans more
towards the REST API.
Do you an idea why I might be getting those errors. As you can see, the
token has got the right
|
By
Paul Bakare
·
#964
·
|
|
Re: Invalid password change request
I installed it a while ago and I got some hairy errors. So I just dumped it.
I'll try it again. Thanks for mentioning.
wrote:
I installed it a while ago and I got some hairy errors. So I just dumped it.
I'll try it again. Thanks for mentioning.
wrote:
|
By
Paul Bakare
·
#963
·
|
|
Re: Invalid password change request
curl -v -H "Authorization:
curl -v -H "Authorization:
|
By
Paul Bakare
·
#962
·
|
|
Re: Invalid password change request
Btw why not using uaac client ? Should be much more convenient
https://docs.cloudfoundry.org/adminguide/uaa-user-management.html#changing-passwords
wrote:
Btw why not using uaac client ? Should be much more convenient
https://docs.cloudfoundry.org/adminguide/uaa-user-management.html#changing-passwords
wrote:
|
By
Gwenn Etourneau
·
#961
·
|
|
Re: Invalid password change request
Can you show me the body which you are sending the full one ?
Can you show me the body which you are sending the full one ?
|
By
Gwenn Etourneau
·
#960
·
|
|
Re: Invalid password change request
I thought so too. But when I add that I get this:
<html><head><title>Apache Tomcat/7.0.55 - Error
I thought so too. But when I add that I get this:
<html><head><title>Apache Tomcat/7.0.55 - Error
|
By
Paul Bakare
·
#959
·
|
|
Re: Invalid password change request
I think "schemas":["urn:scim:schemas:core:1.0"] is missing into your body
request no ?
I think "schemas":["urn:scim:schemas:core:1.0"] is missing into your body
request no ?
|
By
Gwenn Etourneau
·
#958
·
|
|
Invalid password change request
Hi,
I have a valid token with the right scopes and authorities as seen below
when
Hi,
I have a valid token with the right scopes and authorities as seen below
when
|
By
Paul Bakare
·
#957
·
|
|
Re: Allow gorouter to log random headers.
awesome! thanks for the contribution you two!
wrote:
--
Thank you,
James Bayer
awesome! thanks for the contribution you two!
wrote:
--
Thank you,
James Bayer
|
By
James Bayer
·
#956
·
|
|
Re: How to use /v2/app_usage_events for billing purpose
Hi,
I think this is the entry:
https://github.com/cloudfoundry/cf-release/blob/30c387facb7a9f618b1a6d5d25a5cd5ee3a469c9/jobs/cloud_controller_ng/spec#L131
<pre>
Hi,
I think this is the entry:
https://github.com/cloudfoundry/cf-release/blob/30c387facb7a9f618b1a6d5d25a5cd5ee3a469c9/jobs/cloud_controller_ng/spec#L131
<pre>
|
By
Noburou TANIGUCHI
·
#955
·
|
|
Re: Notifications on ORG, SPACE and USER modifications
Hi all interested in notifications on modification of resources,
It would be helpful for me in framing the "what" and the "why" of this
feature if you could also describe your specific use cases and
Hi all interested in notifications on modification of resources,
It would be helpful for me in framing the "what" and the "why" of this
feature if you could also describe your specific use cases and
|
By
Dieu Cao <dcao@...>
·
#954
·
|
|
CF-Abacus: incubation and inception meeting coming soon
Hi, all,
Now that CF-Abacus is officially an incubator under the guidance of the
CFF, here are some quick updates:
1. The project official github moved
Hi, all,
Now that CF-Abacus is officially an incubator under the guidance of the
CFF, here are some quick updates:
1. The project official github moved
|
By
Michael Maximilien
·
#953
·
|