|
How to deploy a Web application using HTTPs
Hi,
I would like to deploy an App but I would like to use it using only https.
What is the way to indicate CF that the Application X will use https only?
Juan Antonio
Hi,
I would like to deploy an App but I would like to use it using only https.
What is the way to indicate CF that the Application X will use https only?
Juan Antonio
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1552
·
|
|
Re: Security group rules to allow HTTP communication between 2 apps deployed on CF
How to get destination address for bluemix.net can you suggest any command for getting destination address
actually i'm creating security group for abacus for that it needs destination address how
How to get destination address for bluemix.net can you suggest any command for getting destination address
actually i'm creating security group for abacus for that it needs destination address how
|
By
Naveen Asapu
·
#1551
·
|
|
Re: When will dea be replaced by diego?
Thanks Matthew for the additional details and pointers. It seems that the
deployment strategy proposal mentionned in [2] is lacking read/comment
permissions. Any chance to fix that
Thanks Matthew for the additional details and pointers. It seems that the
deployment strategy proposal mentionned in [2] is lacking read/comment
permissions. Any chance to fix that
|
By
Guillaume Berche
·
#1550
·
|
|
Re: How to execute multiple CF REST methods with an unique authentication
Hi,
you had reason. I stored in the right way the token, and Now it is possible to reuse a token for multiple operations.
Example:
it.only("Using An unique Login, it is possible to execute 3
Hi,
you had reason. I stored in the right way the token, and Now it is possible to reuse a token for multiple operations.
Example:
it.only("Using An unique Login, it is possible to execute 3
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1549
·
|
|
Re: How to execute multiple CF REST methods with an unique authentication
A token should be valid for any number of requests until the expiration
time is reached.
In your code example, is the "result" passed to your second call to
"getApps" the result from the login
A token should be valid for any number of requests until the expiration
time is reached.
In your code example, is the "result" passed to your second call to
"getApps" the result from the login
|
By
CF Runtime
·
#1548
·
|
|
Re: When will dea be replaced by diego?
The notes you're pointing to were a straw man proposal; many of the dates
no longer seem relevant.
With that, I'm not in product management but, in my opinion, the definition
of "done" and "ready"
The notes you're pointing to were a straw man proposal; many of the dates
no longer seem relevant.
With that, I'm not in product management but, in my opinion, the definition
of "done" and "ready"
|
By
Matthew Sykes <matthew.sykes@...>
·
#1547
·
|
|
Re: v3 cc api style guide feedback requested
Thanks for sharing this great spec.
Not sure if you're preferring feedback other the mailing list of GH issue.
Let me know.
General feedback:
+1 for a formal schema for the v3 api as to ease
Thanks for sharing this great spec.
Not sure if you're preferring feedback other the mailing list of GH issue.
Let me know.
General feedback:
+1 for a formal schema for the v3 api as to ease
|
By
Guillaume Berche
·
#1546
·
|
|
Re: So many hard-coded dropsonde destinations to metrons
Dropsonde is a go library that allows the CF components using it to emit logs and metrics. The current flow for CF components is to emit their logs and metrics to their local metron agent which then
Dropsonde is a go library that allows the CF components using it to emit logs and metrics. The current flow for CF components is to emit their logs and metrics to their local metron agent which then
|
By
Warren Fernandes
·
#1545
·
|
|
Re: Announcing Experimental support for Asynchronous Service Operations
Great, thanks Dieu.
Guillaume.
Great, thanks Dieu.
Guillaume.
|
By
Guillaume Berche
·
#1544
·
|
|
Re: When will dea be replaced by diego?
I think what he ask is, when the Diego-release will merge to cf-release. And also no need to install cf cli diego plugin, no need to enabe-diego to your app, then start. For the
I think what he ask is, when the Diego-release will merge to cf-release. And also no need to install cf cli diego plugin, no need to enabe-diego to your app, then start. For the
|
By
Layne Peng
·
#1543
·
|
|
Re: When will dea be replaced by diego?
you can use diego today in place of DEAs.
diego requires the other cf components other than DEAs and Health Manager.
--
Thank you,
James Bayer
you can use diego today in place of DEAs.
diego requires the other cf components other than DEAs and Health Manager.
--
Thank you,
James Bayer
|
By
James Bayer
·
#1542
·
|
|
Re: How to execute multiple CF REST methods with an unique authentication
Currently,
If I execute 2 operations with the same token, I receive the following message:
it.only("Using Login to execute 2 REST operations", function () {
this.timeout(2500);
Currently,
If I execute 2 operations with the same token, I receive the following message:
it.only("Using Login to execute 2 REST operations", function () {
this.timeout(2500);
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1541
·
|
|
How to execute multiple CF REST methods with an unique authentication
Hi,
Currently, I am developing a Web Application which interacts with CF REST API. At the moment, I have to log in the system every time when I execute any REST operation.
Example:
function
Hi,
Currently, I am developing a Web Application which interacts with CF REST API. At the moment, I have to log in the system every time when I execute any REST operation.
Example:
function
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1540
·
|
|
valid org, space and service instance name?
Hi,
do you know what makes a valid org, space and service instance name?
I was able to find regular expressions for org and space (see below).
For service instance names I was able to find a
Hi,
do you know what makes a valid org, space and service instance name?
I was able to find regular expressions for org and space (see below).
For service instance names I was able to find a
|
By
Buchen, Andreas <andreas.buchen@...>
·
#1539
·
|
|
Re: Application only starts when a bogus service is attached
Hi,
The version is : v3.1 | https://github.com/cloudfoundry/java-buildpack.git#7a538fb
There is not manifest.yml
The push cmd was : cf push sampletest -p sample.war
And the logs :
Starting app
Hi,
The version is : v3.1 | https://github.com/cloudfoundry/java-buildpack.git#7a538fb
There is not manifest.yml
The push cmd was : cf push sampletest -p sample.war
And the logs :
Starting app
|
By
Fabien LEBRERE
·
#1538
·
|
|
When will dea be replaced by diego?
Hi,
Is there any plan when dea will not be supported and be replaced by diego? Can I push application into diego without CF alongaside?
Any help will be appreciated.
Thanks,
Maggie
Hi,
Is there any plan when dea will not be supported and be replaced by diego? Can I push application into diego without CF alongaside?
Any help will be appreciated.
Thanks,
Maggie
|
By
MaggieMeng
·
#1537
·
|
|
Re: Placement Pools
Great!
Is there any big change from
https://docs.google.com/document/d/1GNjQwGBh0BvfAYpX0LTUYn6h4oLz7v4P9pNy0xHZtMw/edit#
?
Dieu Cao wrote
-----
I'm not a ...
noburou taniguchi
--
View this message
Great!
Is there any big change from
https://docs.google.com/document/d/1GNjQwGBh0BvfAYpX0LTUYn6h4oLz7v4P9pNy0xHZtMw/edit#
?
Dieu Cao wrote
-----
I'm not a ...
noburou taniguchi
--
View this message
|
By
Noburou TANIGUCHI
·
#1536
·
|
|
Re: [lattice] v0.4.0
great release team!
i love the new tcp router functionality. this will unlock many workloads in
the platform and i love that lattice gives us a way to use it early before
the full cloud foundry
great release team!
i love the new tcp router functionality. this will unlock many workloads in
the platform and i love that lattice gives us a way to use it early before
the full cloud foundry
|
By
James Bayer
·
#1535
·
|
|
Re: Generic data points for dropsonde
after understanding ben's proposal of what i would call an extensible
generic point versus the status quo of metrics that are actually hard-coded
in software on by the metric producer and the metric
after understanding ben's proposal of what i would call an extensible
generic point versus the status quo of metrics that are actually hard-coded
in software on by the metric producer and the metric
|
By
James Bayer
·
#1534
·
|
|
Re: So many hard-coded dropsonde destinations to metrons
Sorry, all
I used the "Raw text" function in Nabble, but it is not suitable for other
environment.
Thanks for telling, Amit.
Amit Gupta wrote
-----
I'm not a ...
noburou taniguchi
--
View this
Sorry, all
I used the "Raw text" function in Nabble, but it is not suitable for other
environment.
Thanks for telling, Amit.
Amit Gupta wrote
-----
I'm not a ...
noburou taniguchi
--
View this
|
By
Noburou TANIGUCHI
·
#1533
·
|