|
Re: tcp-routing in Lattice
Great! Give us your feedback after you have played around with tcp routing.
Great! Give us your feedback after you have played around with tcp routing.
|
By
Atul Kshirsagar
·
#1632
·
|
|
Re: tcp-routing in Lattice
After ssh into the vagrant VM and digging into the processes/ports, I found
out that in my previous attempt I was trying to map one additional port
that was already occupied by garden (7777). Because
After ssh into the vagrant VM and digging into the processes/ports, I found
out that in my previous attempt I was trying to map one additional port
that was already occupied by garden (7777). Because
|
By
Jack Cai
·
#1631
·
|
|
Starting Spring Boot App after deploying it to CF
I built a Spring Boot App and using java -jar SpringBootApp.jar to run it, the code works as expected. The System.out printed as expected.
public static void main(String[] args)
I built a Spring Boot App and using java -jar SpringBootApp.jar to run it, the code works as expected. The System.out printed as expected.
public static void main(String[] args)
|
By
Qing Gong
·
#1630
·
|
|
Re: tcp-routing in Lattice
Thanks Atul and Marco for your advice.
Below is the command I used to push the docker image:
* ltc create hello <docker-image> --ports 8888,8788 --http-routes
hello:8888 --tcp-routes 8788:8788
Thanks Atul and Marco for your advice.
Below is the command I used to push the docker image:
* ltc create hello <docker-image> --ports 8888,8788 --http-routes
hello:8888 --tcp-routes 8788:8788
|
By
Jack Cai
·
#1629
·
|
|
Proposal: UAA SAML Integration & Mapping CF Roles to external groups
Hi all,
The UAA team has come with a proposal for handling claims (User Attributes
& Group Memberships) from SAML Identity Providers. These claims can be
further mapped to CF roles in order to derive
Hi all,
The UAA team has come with a proposal for handling claims (User Attributes
& Group Memberships) from SAML Identity Providers. These claims can be
further mapped to CF roles in order to derive
|
By
Sree Tummidi
·
#1628
·
|
|
Re: Cloud Foundry NodeJS 4 support and release schedule
Quick update on Node 4, which is that we're blocked on openssl
compatibility.
One of the requirements we place on binaries we ship with CF buildpacks is
that libraries should be dynamically linked
Quick update on Node 4, which is that we're blocked on openssl
compatibility.
One of the requirements we place on binaries we ship with CF buildpacks is
that libraries should be dynamically linked
|
By
Mike Dalessio
·
#1627
·
|
|
CF Summit EU / China - Dates and contributor registration codes
Hi all!
Two things about our upcoming CF Summit EU and CF Summit China:
Key dates for both... (The call for talk proposals for both are closing
soon):
*CF Summit EU - November 2nd & 3rd -
Hi all!
Two things about our upcoming CF Summit EU and CF Summit China:
Key dates for both... (The call for talk proposals for both are closing
soon):
*CF Summit EU - November 2nd & 3rd -
|
By
Chip Childers <cchilders@...>
·
#1626
·
|
|
Re: Update on Mailman 3 launch
Hi Marco V,
Thanks for remembering to keep on this.
Now that you mention it, I haven't gotten any cf-bosh digests till I
suddenly got two this morning.
But less recent e-mails ("Bosh target
Hi Marco V,
Thanks for remembering to keep on this.
Now that you mention it, I haven't gotten any cf-bosh digests till I
suddenly got two this morning.
But less recent e-mails ("Bosh target
|
By
Marco Nicosia
·
#1625
·
|
|
Re: UAA user dynamic properties
Just wanted to add that we could collaborate on the design front and we are open to pull requests !!
-sree
Sent from my iPad
Just wanted to add that we could collaborate on the design front and we are open to pull requests !!
-sree
Sent from my iPad
|
By
Sree Tummidi
·
#1624
·
|
|
Re: Stdout from Spring Boot app in CF
Thanks James. It was my mistake in Spring Boot app configuration. The stdout did go to the firehose.
Sorry about this.
Thanks James. It was my mistake in Spring Boot app configuration. The stdout did go to the firehose.
Sorry about this.
|
By
Qing Gong
·
#1623
·
|
|
Re: Update on Mailman 3 launch
Bump & adding Eric and Marco Nicosia directly, just in case. Any updates on this?
Bump & adding Eric and Marco Nicosia directly, just in case. Any updates on this?
|
By
Marco Voelz
·
#1622
·
|
|
Re: Stdout from Spring Boot app in CF
can you supply a simple sample example on github or similar that
demonstrates the issue? i haven't had issues with using spring boot logs on
CF before.
--
Thank you,
James Bayer
can you supply a simple sample example on github or similar that
demonstrates the issue? i haven't had issues with using spring boot logs on
CF before.
--
Thank you,
James Bayer
|
By
James Bayer
·
#1621
·
|
|
Re: Java Buildpack v3.2
chris,
congrats on the release. this has lots of very nice improvements. i thought
Luna HSM was more about a hardware security module for establishing trust
instead of a way to add entropy to a
chris,
congrats on the release. this has lots of very nice improvements. i thought
Luna HSM was more about a hardware security module for establishing trust
instead of a way to add entropy to a
|
By
James Bayer
·
#1620
·
|
|
Re: UAA user dynamic properties
Hi,
We do have plans to support custom attributes and is a roadmap item. This is however not in the immediate future.
Thanks,
Sree
Sent from my iPhone
Hi,
We do have plans to support custom attributes and is a roadmap item. This is however not in the immediate future.
Thanks,
Sree
Sent from my iPhone
|
By
Sree Tummidi
·
#1619
·
|
|
Stdout from Spring Boot app in CF
I can get a simple Java app stdout (deployed using cf push JavaClass) to go to firehose as logging messages. However, when I deployed a Spring Boot app, I don't get the logging (to stdout) messages
I can get a simple Java app stdout (deployed using cf push JavaClass) to go to firehose as logging messages. However, when I deployed a Spring Boot app, I don't get the logging (to stdout) messages
|
By
Qing Gong
·
#1618
·
|
|
Re: Add app monitoring agent framework in custom buildpack
Hi,
The Java Buildpack is under the Apache License so you can reuse the code as
you like but obviously you will need to rewrite it from Ruby to Java if
your buildpack is written in Java. The steps
Hi,
The Java Buildpack is under the Apache License so you can reuse the code as
you like but obviously you will need to rewrite it from Ruby to Java if
your buildpack is written in Java. The steps
|
By
Christopher Frost
·
#1617
·
|
|
Java Buildpack v3.2
I'm pleased to announce the release of the java-buildpack, version 3.2. This
release focuses on more options to configure JRE memory settings. It has
the following highlights:
- Memory calculator
I'm pleased to announce the release of the java-buildpack, version 3.2. This
release focuses on more options to configure JRE memory settings. It has
the following highlights:
- Memory calculator
|
By
Christopher Frost
·
#1616
·
|
|
UAA user dynamic properties
Hello everyone,
We're currently evaluating UAA to be used as Central Identity Provider in our system. And the issue for us is that It's not allowed to store additional user properties (you're limited
Hello everyone,
We're currently evaluating UAA to be used as Central Identity Provider in our system. And the issue for us is that It's not allowed to store additional user properties (you're limited
|
By
Viktor Khoroshko
·
#1615
·
|
|
Add app monitoring agent framework in custom buildpack
Hello,
I have a custom buildpack of my software and and I want to use NewRelic/CA Wily agent frameworks which is added in java-buildpack [1].
So may I know what all components of these agents I can
Hello,
I have a custom buildpack of my software and and I want to use NewRelic/CA Wily agent frameworks which is added in java-buildpack [1].
So may I know what all components of these agents I can
|
By
Swatz bosh
·
#1614
·
|
|
script cleanup in cf-release
Hi cf-dev,
This is a final reminder that we will be cleaning up the various scripts
that had sprawled across cf-release, deleting unused ones and moving the
rest to the scripts directory.
Moves:
*
Hi cf-dev,
This is a final reminder that we will be cleaning up the various scripts
that had sprawled across cf-release, deleting unused ones and moving the
rest to the scripts directory.
Moves:
*
|
By
Amit Kumar Gupta
·
#1613
·
|