|
Re: regarding using public key to verify client
ankit,
It's still unclear for me what you want for me to explain.
I think I have explained in this post [1] about where in java buildpack to
put cert keys and how to modify java buildpack to put
ankit,
It's still unclear for me what you want for me to explain.
I think I have explained in this post [1] about where in java buildpack to
put cert keys and how to modify java buildpack to put
|
By
Noburou TANIGUCHI
·
#2752
·
|
|
Re: regarding using public key to verify client
Hi
See basically what I need is to put some file in my custom java buildpack and let my application use that file when it is deployed on the cloud foundry whether it is those certificate key files or
Hi
See basically what I need is to put some file in my custom java buildpack and let my application use that file when it is deployed on the cloud foundry whether it is those certificate key files or
|
By
ankit <ankit.ankit@...>
·
#2751
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Also, the bosh vms command shows that api_z1/0 is not in running status
rather its in starting state always. Thanks..
wrote:
Also, the bosh vms command shows that api_z1/0 is not in running status
rather its in starting state always. Thanks..
wrote:
|
By
Parthiban Annadurai <senjiparthi@...>
·
#2750
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Hey Warren,
Thanks for your valuable suggestions. I have SSHed into
that VM. Monit Summary Command shows the
Hey Warren,
Thanks for your valuable suggestions. I have SSHed into
that VM. Monit Summary Command shows the
|
By
Parthiban Annadurai <senjiparthi@...>
·
#2749
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Try ssh'ing onto the box to see what the logs say.
`bosh ssh api_z1 0`
Then,
`cd /var/vcap/sys/log/`
There are plenty of logs to look through, I'd start by running `monit summary` (make sure to be
Try ssh'ing onto the box to see what the logs say.
`bosh ssh api_z1 0`
Then,
`cd /var/vcap/sys/log/`
There are plenty of logs to look through, I'd start by running `monit summary` (make sure to be
|
By
Warren Fernandes
·
#2748
·
|
|
Re: regarding using public key to verify client
Hi ankit,
Would you please narrow the focus of your question?
What do you want to know about?
Thanks.
ankit wrote
-----
I'm not a ...
noburou taniguchi
--
View this message in context:
Hi ankit,
Would you please narrow the focus of your question?
What do you want to know about?
Thanks.
ankit wrote
-----
I'm not a ...
noburou taniguchi
--
View this message in context:
|
By
Noburou TANIGUCHI
·
#2747
·
|
|
Re: cloud_controller_ng performance degrades slowly over time
Heya Matt,
I keep thinking about this puzzle every couple days to see if I can get any
more insight. It would be great to understand the root cause; in the mean
time we are going to try and setup
Heya Matt,
I keep thinking about this puzzle every couple days to see if I can get any
more insight. It would be great to understand the root cause; in the mean
time we are going to try and setup
|
By
Amit Kumar Gupta
·
#2746
·
|
|
Re: UAA Admin interface to register user/client?
UAA Provides an Admin Tool UAAC (written in ruby) to manage Users, Clients
and Groups.
You can find more information here: https://github.com/cloudfoundry/cf-uaac
Thanks,
Sree Tummidi
Sr. Product
UAA Provides an Admin Tool UAAC (written in ruby) to manage Users, Clients
and Groups.
You can find more information here: https://github.com/cloudfoundry/cf-uaac
Thanks,
Sree Tummidi
Sr. Product
|
By
Sree Tummidi
·
#2745
·
|
|
Re: Documentation on creating and deploying windows applications diego-windows-release
this blog [1] shows an example windows app push:
cf push APPNAME -s windows2012R2 -b binary_buildpack
in this example, you'd want to take an app like this example [2] that has
been "published" from
this blog [1] shows an example windows app push:
cf push APPNAME -s windows2012R2 -b binary_buildpack
in this example, you'd want to take an app like this example [2] that has
been "published" from
|
By
James Bayer
·
#2744
·
|
|
Documentation on creating and deploying windows applications diego-windows-release
Deployed Diego components for Cloud Foundry per https://github.com/cloudfoundry-incubator/diego-windows-release
How do I create and deploy windows apps on Diego? Specifically, is it possible to
Deployed Diego components for Cloud Foundry per https://github.com/cloudfoundry-incubator/diego-windows-release
How do I create and deploy windows apps on Diego? Specifically, is it possible to
|
By
Vinay Vaidya
·
#2743
·
|
|
Re: Deploying a shell script driven java application to cf
Dammina,
Unfortunately, Daniel’s suggestion won’t work. The buildpack expects the filesystem to look like an exploded JAR/WAR and will refuse to stage if it does not. Instead of trying to get
Dammina,
Unfortunately, Daniel’s suggestion won’t work. The buildpack expects the filesystem to look like an exploded JAR/WAR and will refuse to stage if it does not. Instead of trying to get
|
By
Ben Hale <bhale@...>
·
#2742
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Hello All,
As per the suggestions provided, am able to move forward with
my Cloud Foundry Deployments. Now, am getting the following error,
*Error 400007: `api_z1/0' is not running
Hello All,
As per the suggestions provided, am able to move forward with
my Cloud Foundry Deployments. Now, am getting the following error,
*Error 400007: `api_z1/0' is not running
|
By
Parthiban Annadurai <senjiparthi@...>
·
#2741
·
|
|
Re: regarding using public key to verify client
Hi
Can you explain it a little bit or refer any document. That would be helpful.
Thanks
Ankit
Sent: Tuesday, November 17, 2015 12:59 PM
To: ., Ankit <ankit.ankit(a)philips.com>
Subject: RE:
Hi
Can you explain it a little bit or refer any document. That would be helpful.
Thanks
Ankit
Sent: Tuesday, November 17, 2015 12:59 PM
To: ., Ankit <ankit.ankit(a)philips.com>
Subject: RE:
|
By
ankit <ankit.ankit@...>
·
#2740
·
|
|
Re: UAA Admin interface to register user/client?
Good morning,
In my case, I have some Scripts for UAA
Good morning,
In my case, I have some Scripts for UAA
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2739
·
|
|
Re: regarding using public key to verify client
Hello ankit,
Now I think I've understood what you want to do.
So I think you can add cert keys anywhere in java buildpack you think
appropriate (`resources` directory, for example), and modify the
Hello ankit,
Now I think I've understood what you want to do.
So I think you can add cert keys anywhere in java buildpack you think
appropriate (`resources` directory, for example), and modify the
|
By
Noburou TANIGUCHI
·
#2738
·
|
|
Re: regarding using public key to verify client
Hi Taniguchi,
Thank you for your response. You are right that my application is responsible for verification of the signature. But I just want to know that is there any way where I can put my key
Hi Taniguchi,
Thank you for your response. You are right that my application is responsible for verification of the signature. But I just want to know that is there any way where I can put my key
|
By
ankit <ankit.ankit@...>
·
#2737
·
|
|
Re: regarding using public key to verify client
Hi Taniguchi,
Thank you for your response. You are right that my application is responsible for verification of the signature. But I just want to know that is there any way where I can put my key
Hi Taniguchi,
Thank you for your response. You are right that my application is responsible for verification of the signature. But I just want to know that is there any way where I can put my key
|
By
ankit <ankit.ankit@...>
·
#2736
·
|
|
UAA Admin interface to register user/client?
Hi,
I am running UAA locally.
I was wondering if UAA provides an admin user interface to register users
and client applications
Or I have to write some kind of script?
I appreciate the help in
Hi,
I am running UAA locally.
I was wondering if UAA provides an admin user interface to register users
and client applications
Or I have to write some kind of script?
I appreciate the help in
|
By
Feruz Abdella <feruz.abdella@...>
·
#2735
·
|
|
Re: [abacus-perf] Persisting Metrics performance
Hi all,
Thanks for the suggestions. I will look at the suggestions, and think about
them more. The reason of saving to database and persisting them is to see
how my apps are doing at the specific
Hi all,
Thanks for the suggestions. I will look at the suggestions, and think about
them more. The reason of saving to database and persisting them is to see
how my apps are doing at the specific
|
By
KRuelY <kevinyudhiswara@...>
·
#2734
·
|
|
CF CAB call for November is this Wednesday Nov. 18th, 2015 @ 8a PDT
Hi, all,
Quick reminder that the CAB call for November is this week Wednesday November 18th @ 8a PDT.
Product managers, please add project updates to Agenda here:
Hi, all,
Quick reminder that the CAB call for November is this week Wednesday November 18th @ 8a PDT.
Product managers, please add project updates to Agenda here:
|
By
Michael Maximilien
·
#2733
·
|