|
Announcing UAA 2.5.1 Release
On behalf of the entire Identity Team I'm pleased to announce the release
of UAA 2.5.1
The highlights of this release include
- Multi-tenancy support for SCIM groups & external group mappings
On behalf of the entire Identity Team I'm pleased to announce the release
of UAA 2.5.1
The highlights of this release include
- Multi-tenancy support for SCIM groups & external group mappings
|
By
Sree Tummidi
·
#1133
·
|
|
Re: !help failed to install spiff
Hi Mingfei,
Please check for the spiff releases at the URL Gwenn has provided.
You may also try this one liner for spiff installation.
mkdir spiff && cd spiff && wget
Hi Mingfei,
Please check for the spiff releases at the URL Gwenn has provided.
You may also try this one liner for spiff installation.
mkdir spiff && cd spiff && wget
|
By
Guruprakash S <prakash.guru4@...>
·
#1125
·
|
|
Re: Announcing version 2.6 of the Service Broker API
Thanks Dieu! Any thoughts on Mike's follow up for the same type of change
on async polling api?
http://cf-dev.70369.x6.nabble.com/cf-dev-Service-Broker-API-updating-instances-tp392p495.html
Mike
Thanks Dieu! Any thoughts on Mike's follow up for the same type of change
on async polling api?
http://cf-dev.70369.x6.nabble.com/cf-dev-Service-Broker-API-updating-instances-tp392p495.html
Mike
|
By
Mike Youngstrom <youngm@...>
·
#1127
·
|
|
Re: !help failed to install spiff
The URL Gwenn shows works. Mingfei, where did you find the URL you used?
Can you point us to a some documentation that perhaps led you astray?
Thanks,
Amit
The URL Gwenn shows works. Mingfei, where did you find the URL you used?
Can you point us to a some documentation that perhaps led you astray?
Thanks,
Amit
|
By
Amit Kumar Gupta
·
#1132
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Hi,
I enabled traces.
```
set CF_TRACE=true
```
The output is empty:
```
Uploading StaticWebsiteHelloWorld...
REQUEST: [2015-08-06T14:11:31+02:00]
PUT /v2/resource_match HTTP/1.1
Host:
Hi,
I enabled traces.
```
set CF_TRACE=true
```
The output is empty:
```
Uploading StaticWebsiteHelloWorld...
REQUEST: [2015-08-06T14:11:31+02:00]
PUT /v2/resource_match HTTP/1.1
Host:
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1131
·
|
|
Re: !help failed to install spiff
Works for me https://github.com/cloudfoundry-incubator/spiff/releases
Works for me https://github.com/cloudfoundry-incubator/spiff/releases
|
By
Gwenn Etourneau
·
#1124
·
|
|
!help failed to install spiff
Block cloud foundry installation in spiff, failed to get binary release due to URL https://github.com/cloudfoundry-incubator/spiff/blob/master/releases is
Block cloud foundry installation in spiff, failed to get binary release due to URL https://github.com/cloudfoundry-incubator/spiff/blob/master/releases is
|
By
Mingfei Hua <mfhua@...>
·
#1123
·
|
|
Re: Service Discovery on CF for Custom buildpack
Hi,
We have a custom buildpack for our product lets say name B1.
I have query with respect to a custom Application Configuration App
which is build on Nodejs has it own UI to do -
1. Create a B1 -
Hi,
We have a custom buildpack for our product lets say name B1.
I have query with respect to a custom Application Configuration App
which is build on Nodejs has it own UI to do -
1. Create a B1 -
|
By
Ronak Agarwal <roagarwa@...>
·
#1122
·
|
|
App using java-buildpack , we are not seeing the catalina.out messages on the console ...
Hi Folks,
For some reason while deploying java tc app , we are not seeing the catalina.out messages on the console ?I checked the logging.properties, it looks
Hi Folks,
For some reason while deploying java tc app , we are not seeing the catalina.out messages on the console ?I checked the logging.properties, it looks
|
By
Vish
·
#1126
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Hi Amit,
to upload an application (A zip), it is mandatory to execute this method?
The method which I am trying to use to upload the application
Hi Amit,
to upload an application (A zip), it is mandatory to execute this method?
The method which I am trying to use to upload the application
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1130
·
|
|
Re: Service Discovery on CF for Custom buildpack
Hi Ronak,
I don't totally understand your question. If your other apps can talk to
your micro-gateway app, then they can communicate any data they wish to
that micro-gateway, assuming the
Hi Ronak,
I don't totally understand your question. If your other apps can talk to
your micro-gateway app, then they can communicate any data they wish to
that micro-gateway, assuming the
|
By
Amit Kumar Gupta
·
#1129
·
|
|
Strategies for limiting metric updates with a clustered nozzle
I'm working on adding support for Firehose metrics to our monitoring
solution. The firehose is working great. However, it appears each
component seems to send updates every 10 seconds or so. This
I'm working on adding support for Firehose metrics to our monitoring
solution. The firehose is working great. However, it appears each
component seems to send updates every 10 seconds or so. This
|
By
Mike Youngstrom <youngm@...>
·
#1120
·
|
|
Re: CF-Abacus: incubation and inception meeting coming soon
is there a hangout session ? or just call in ?
is there a hangout session ? or just call in ?
|
By
Bar Jakubovitz <bar.jakubovitz@...>
·
#1114
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Hi Juan Antonio,
You need to make a PUT request to that endpoint, with a JSON payload body
in the request. The documentation isn't very clear about what the request
body should be, and how it
Hi Juan Antonio,
You need to make a PUT request to that endpoint, with a JSON payload body
in the request. The documentation isn't very clear about what the request
body should be, and how it
|
By
Amit Kumar Gupta
·
#1113
·
|
|
Re: CF client library
Hi James,
the library has several examples to interact with CF REST API.
Example to upload an app.
https://github.com/jabrena/cf-nodejs-client/tree/master/examples
Take a look the examples.
Tell me
Hi James,
the library has several examples to interact with CF REST API.
Example to upload an app.
https://github.com/jabrena/cf-nodejs-client/tree/master/examples
Take a look the examples.
Tell me
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1112
·
|
|
Re: CF client library
inline
bren(a)juanantonio.info> wrote:
don't see anything matching that here:
https://github.com/ActiveState/cloud-foundry-client-js/tree/master/lib
i don't see that implemented
inline
bren(a)juanantonio.info> wrote:
don't see anything matching that here:
https://github.com/ActiveState/cloud-foundry-client-js/tree/master/lib
i don't see that implemented
|
By
James Bayer
·
#1110
·
|
|
Doubt using the REST method: "/v2/resource_match"
Hi,
I am calling this method: "/v2/resource_match" but I have a doubt with
the server response.
Reading the
Hi,
I am calling this method: "/v2/resource_match" but I have a doubt with
the server response.
Reading the
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1111
·
|
|
Re: CF client library
Hi,
I am developing a new client in Node.js in order to create a web application to deploy applications to CF.
https://github.com/jabrena/cf-nodejs-client
Currently, I have 2 doubts with the
Hi,
I am developing a new client in Node.js in order to create a web application to deploy applications to CF.
https://github.com/jabrena/cf-nodejs-client
Currently, I have 2 doubts with the
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1109
·
|
|
Doubt using the REST method: "/v2/resource_match"
Hi,
I am calling this method: "/v2/resource_match" but I have a doubt with the server response.
Reading the
Hi,
I am calling this method: "/v2/resource_match" but I have a doubt with the server response.
Reading the
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1119
·
|
|
Re: Some messages being delayed on the mailing list.
I believe this issue is now resolved. Thanks for the patience.
If you have not taken a look at the new UI, and preferred to interact with
the list via the Google Groups web interface, you might want
I believe this issue is now resolved. Thanks for the patience.
If you have not taken a look at the new UI, and preferred to interact with
the list via the Google Groups web interface, you might want
|
By
Chip Childers <cchilders@...>
·
#1115
·
|