|
Re: Running/Deploying UAA as a standalone service (not within CloudFoundry environment)
we modify the uaa (spring security) become OAuth2 Server independently
take a look www.merv.id
the code in github.com/meruvian/yama
F
--
Frans Thamura (曽志胜)
Java Champion
Shadow Master and
we modify the uaa (spring security) become OAuth2 Server independently
take a look www.merv.id
the code in github.com/meruvian/yama
F
--
Frans Thamura (曽志胜)
Java Champion
Shadow Master and
|
By
Frans Thamura
·
#1981
·
|
|
Running/Deploying UAA as a standalone service (not within CloudFoundry environment)
I'm trying to evaluate UAA to be used as a user authentication / authorization service to be used within a microservice architecture but not within a CloudFoundry environment. When running UAA using
I'm trying to evaluate UAA to be used as a user authentication / authorization service to be used within a microservice architecture but not within a CloudFoundry environment. When running UAA using
|
By
TJ Brown
·
#1980
·
|
|
Re: F5 Load Balancer Configuration for Cloud Foundry Loggregator
Thanks for all the responses. We ended up finding an f5 device that is on 11.5. With that, things worked out of the box with only the irule to insert x-forwarded-proto. Everything is working over
Thanks for all the responses. We ended up finding an f5 device that is on 11.5. With that, things worked out of the box with only the irule to insert x-forwarded-proto. Everything is working over
|
By
Anthony
·
#1979
·
|
|
Re: postgres out of disk space
Just a thought: How large is your events table? Is it getting pruned at the
correct interval for you?
I believe events, app usage events, and audit events are pruned when
they're more than 31 days
Just a thought: How large is your events table? Is it getting pruned at the
correct interval for you?
I believe events, app usage events, and audit events are pruned when
they're more than 31 days
|
By
Matthew Sykes <matthew.sykes@...>
·
#1978
·
|
|
Re: Running the app test suite within the CATs, and the admin_buildpack_lifecycle_test is failing
Jordan,
Try the CATs with the deployment, just to be sure, but that being said...
It is also possible that your deployment may not have all the buildpacks
installed.
If you run the command `cf
Jordan,
Try the CATs with the deployment, just to be sure, but that being said...
It is also possible that your deployment may not have all the buildpacks
installed.
If you run the command `cf
|
By
JT Archie <jarchie@...>
·
#1976
·
|
|
Re: Instance crashing after running once. Error: "reason"=>"CRASHED", "exit_status"=>0, "exit_description"=>"app instance exited"
Does it start and send / receive a set number of messages or does it do
this forever?
Exit code 0 generally means your application shutdown cleanly. i.e. it
finished what it was doing and exited.
Does it start and send / receive a set number of messages or does it do
this forever?
Exit code 0 generally means your application shutdown cleanly. i.e. it
finished what it was doing and exited.
|
By
Daniel Mikusa
·
#1975
·
|
|
postgres out of disk space
I have a cf-aws-tiny cf-boshrelease deployment, and it's been running well for over 4 months.
We have about 40 apps, with a couple of dozen of cf pushes each day.
Yesterday pushing apps became spotty
I have a cf-aws-tiny cf-boshrelease deployment, and it's been running well for over 4 months.
We have about 40 apps, with a couple of dozen of cf pushes each day.
Yesterday pushing apps became spotty
|
By
Matthias Ender <Matthias.Ender@...>
·
#1977
·
|
|
Instance crashing after running once. Error: "reason"=>"CRASHED", "exit_status"=>0, "exit_description"=>"app instance exited"
I've pushed the app which uses redis service (A sample app which simply send and receives a message thru Redis service). Instance is created at start and after successfully running once the instance
I've pushed the app which uses redis service (A sample app which simply send and receives a message thru Redis service). Instance is created at start and after successfully running once the instance
|
By
Zuba Al <myfakename90@...>
·
#1974
·
|
|
Re: Proposal: Decomposing cf-release and Extracting Deployment Strategies
Sounds good. Thanks for taking the time to discuss this with me.
Mike
Sounds good. Thanks for taking the time to discuss this with me.
Mike
|
By
Mike Youngstrom <youngm@...>
·
#1973
·
|
|
Re: Running the app test suite within the CATs, and the admin_buildpack_lifecycle_test is failing
You can also check out the v208 tag of cf-release, then run the
acceptance-tests from src/github.com/cloudfoundry/cf-acceptance-tests
Joseph
CF Release Integration Team
wrote:
You can also check out the v208 tag of cf-release, then run the
acceptance-tests from src/github.com/cloudfoundry/cf-acceptance-tests
Joseph
CF Release Integration Team
wrote:
|
By
CF Runtime
·
#1972
·
|
|
Re: Running the app test suite within the CATs, and the admin_buildpack_lifecycle_test is failing
Jordan,
The Cloud Foundry bosh release comes with an errand called
"acceptance_tests" that contains the version of CATs which that version of
CF was tested with. You can run these by doing "bosh run
Jordan,
The Cloud Foundry bosh release comes with an errand called
"acceptance_tests" that contains the version of CATs which that version of
CF was tested with. You can run these by doing "bosh run
|
By
Christopher Piraino <cpiraino@...>
·
#1971
·
|
|
Re: Environment variables with special characters not handled correctly?
Hi Daniel and Dieu,
Finally after much trial and error I finally got it working. I created a user-provided service and then called on it from my application. I've documented the steps for anyone else
Hi Daniel and Dieu,
Finally after much trial and error I finally got it working. I created a user-provided service and then called on it from my application. I've documented the steps for anyone else
|
By
Jonas Rosland
·
#1970
·
|
|
Re: Environment variables with special characters not handled correctly?
Sorry, sounds like escaping is the only option here for an environment
variable. If you don't want to escape, I think you could create a user
provided service, provide the value through there and
Sorry, sounds like escaping is the only option here for an environment
variable. If you don't want to escape, I think you could create a user
provided service, provide the value through there and
|
By
Daniel Mikusa
·
#1969
·
|
|
Re: Environment variables with special characters not handled correctly?
Hi Dieu and Daniel,
I did set the environment variable like you suggest Daniel, I should've showed that in my example. I see now that the app wrongly removes the $ characters and the character after
Hi Dieu and Daniel,
I did set the environment variable like you suggest Daniel, I should've showed that in my example. I see now that the app wrongly removes the $ characters and the character after
|
By
Jonas Rosland
·
#1968
·
|
|
Re: Running the app test suite within the CATs, and the admin_buildpack_lifecycle_test is failing
I was unclear on what I am asking, the real question is as follows:
What is the best way to run the apps test suite within the CATS on an older version of cloud foundry? (for example I am running
I was unclear on what I am asking, the real question is as follows:
What is the best way to run the apps test suite within the CATS on an older version of cloud foundry? (for example I am running
|
By
Jordan Collier
·
#1967
·
|
|
Re: Error 400007: `stats_z1/0' is not running after update
Okay, please let me know if you are able to fix your security group
settings and whether the original problem gets resolved.
Amit
wrote:
Okay, please let me know if you are able to fix your security group
settings and whether the original problem gets resolved.
Amit
wrote:
|
By
Amit Kumar Gupta
·
#1966
·
|
|
Re: Environment variables with special characters not handled correctly?
Hi Jonas,
You'll need to escape the special characters like $.
See this tracker story for some background:
https://www.pivotaltracker.com/story/show/76655240
-Dieu
Hi Jonas,
You'll need to escape the special characters like $.
See this tracker story for some background:
https://www.pivotaltracker.com/story/show/76655240
-Dieu
|
By
Dieu Cao <dcao@...>
·
#1965
·
|
|
Re: Environment variables with special characters not handled correctly?
It's possible that your shell is escaping the characters, like the '$'.
Try `cf set-env appname WORDPRESS_BEARER
'1NNKhb5&Nfw$F(wqbqW&9nSeoonwAYz7#j2M1KKY!QU(Wbs(a)8xwjr6Q$hg(IPqcd'`. Note
the
It's possible that your shell is escaping the characters, like the '$'.
Try `cf set-env appname WORDPRESS_BEARER
'1NNKhb5&Nfw$F(wqbqW&9nSeoonwAYz7#j2M1KKY!QU(Wbs(a)8xwjr6Q$hg(IPqcd'`. Note
the
|
By
Daniel Mikusa
·
#1964
·
|
|
Environment variables with special characters not handled correctly?
Hi all,
I am having an issue with an environment variable containing special characters that doesn't seem to picked up correctly by CF.
I run `cf set-env appname WORDPRESS_BEARER
Hi all,
I am having an issue with an environment variable containing special characters that doesn't seem to picked up correctly by CF.
I run `cf set-env appname WORDPRESS_BEARER
|
By
Jonas Rosland
·
#1963
·
|
|
Jordan Collier email for mailing list
jordanicollier(a)gmail.com
jordanicollier(a)gmail.com
|
By
Jordan Collier
·
#1962
·
|