|
Re: Want to Contribute to Cloud Foundry
Thanks Amit, it's very common name :)
i'll go with UAA first. Do you have any idea? can i setup CF on windows 7? i tried few weeks ago https://github.com/cloudfoundry/bosh-lite. faced some issues.
Thanks Amit, it's very common name :)
i'll go with UAA first. Do you have any idea? can i setup CF on windows 7? i tried few weeks ago https://github.com/cloudfoundry/bosh-lite. faced some issues.
|
By
Amit Gupta
·
#6889
·
|
|
Re: Want to Contribute to Cloud Foundry
Hey!
We could always use more Amit Guptas :). We have a couple components of
Cloud Foundry which are Spring apps: UAA and CredHub. The CredHub project
also has a Golang CLI. The main CF CLI itself
Hey!
We could always use more Amit Guptas :). We have a couple components of
Cloud Foundry which are Spring apps: UAA and CredHub. The CredHub project
also has a Golang CLI. The main CF CLI itself
|
By
Amit Kumar Gupta
·
#6888
·
|
|
CVE-2017-4994: Forwarded Headers in UAA
Please see the following link regarding a high CVE in UAA.
If you have any further questions about this CVE, please join the #security
channel in the open source
Please see the following link regarding a high CVE in UAA.
If you have any further questions about this CVE, please join the #security
channel in the open source
|
By
Molly Crowther
·
#6887
·
|
|
Re: How to best install packages in Ubuntu App Container
Make sure it's exactly the same version of Ubuntu (Trusty / 14.04) & Python
(2 or 3). Pip doesn't like something about the wheel file that you found.
That would be my guess as to what's off.
So the
Make sure it's exactly the same version of Ubuntu (Trusty / 14.04) & Python
(2 or 3). Pip doesn't like something about the wheel file that you found.
That would be my guess as to what's off.
So the
|
By
Daniel Mikusa
·
#6886
·
|
|
Re: How to best install packages in Ubuntu App Container
Thanks Dan,
A few follow up questions. I did find a wheels file for the shapely package that includes the dependencies based on the Ubuntu OS but I get an error from the cf push stating unsupported
Thanks Dan,
A few follow up questions. I did find a wheels file for the shapely package that includes the dependencies based on the Ubuntu OS but I get an error from the cf push stating unsupported
|
By
Joel Dodd
·
#6885
·
|
|
Re: issue with CF UAA Oauth2 redirect URI
Glad you worked it out!
By
Filip Hanik
·
#6884
·
|
|
Re: issue with CF UAA Oauth2 redirect URI
It turns out that for some reason my setting for SSL in application.yml does not work.
So I run the spring boot client with keystore/truststore on command line, and was able to authorized with CF's
It turns out that for some reason my setting for SSL in application.yml does not work.
So I run the spring boot client with keystore/truststore on command line, and was able to authorized with CF's
|
By
Beth Tran
·
#6883
·
|
|
Re: Logging and app performance
Hi Guys
I'd like to know how stdout is redirected to firehose in cloud foundry container. I assume the container OS(for our case is Linux) redirect stdout to firehose. Is it correct assumption? If
Hi Guys
I'd like to know how stdout is redirected to firehose in cloud foundry container. I assume the container OS(for our case is Linux) redirect stdout to firehose. Is it correct assumption? If
|
By
Peter He
·
#6882
·
|
|
Want to Contribute to Cloud Foundry
Hi All,
I am newbie in contributing in open source project so want to start contributing in cloud foundry. Not sure if this is not the right forum to ask this question. Sorry about that. Please feel
Hi All,
I am newbie in contributing in open source project so want to start contributing in cloud foundry. Not sure if this is not the right forum to ask this question. Sorry about that. Please feel
|
By
Amit Gupta
·
#6881
·
|
|
Re: issue with CF UAA Oauth2 redirect URI
Thanks for the Tip Filip. After looking at it for a while, it seems the following https causes error userInfoUri: https://uaa.home.com/userinfo which the browser displays as
There was an unexpected
Thanks for the Tip Filip. After looking at it for a while, it seems the following https causes error userInfoUri: https://uaa.home.com/userinfo which the browser displays as
There was an unexpected
|
By
Beth Tran
·
#6880
·
|
|
Re: How to best install packages in Ubuntu App Container
Hi Joel,
The stack, not the stemcell, provides the underlying base OS for an
application container. The list of packages available in the default stack
(cflinuxfs2) is available
Hi Joel,
The stack, not the stemcell, provides the underlying base OS for an
application container. The list of packages available in the default stack
(cflinuxfs2) is available
|
By
Stephen Levine
·
#6879
·
|
|
Re: How to best install packages in Ubuntu App Container
You can't install packages in the container. That requires root and at no
point is root access granted (neither staging nor runtime).
Ideas that come to mind:
- vendor your dependencies (i.e.
You can't install packages in the container. That requires root and at no
point is root access granted (neither staging nor runtime).
Ideas that come to mind:
- vendor your dependencies (i.e.
|
By
Daniel Mikusa
·
#6878
·
|
|
How to best install packages in Ubuntu App Container
I am attempting to push an app using the python buildpack and the app uses Pandas, Flask and Shapely. I am able to get most of my application components installed using the requirements.txt file
I am attempting to push an app using the python buildpack and the app uses Pandas, Flask and Shapely. I am able to get most of my application components installed using the requirements.txt file
|
By
Joel Dodd
·
#6877
·
|
|
Re: issue with CF UAA Oauth2 redirect URI
http://localhost:8080/login?code=X2RAJD0seF&state=ZQWpxC
This means that the authorization portion on the UAA was complete. You have
a "code" that your application can exchange for a token.
Check
http://localhost:8080/login?code=X2RAJD0seF&state=ZQWpxC
This means that the authorization portion on the UAA was complete. You have
a "code" that your application can exchange for a token.
Check
|
By
Filip Hanik
·
#6876
·
|
|
Re: ERR_INCOMPLETE_CHUNKED_ENCODING since CF V252
I tried again in CF V262, got the same error, is there any proposal for this issue?
I tried again in CF V262, got the same error, is there any proposal for this issue?
|
By
Sam Dai
·
#6875
·
|
|
Re: issue with CF UAA Oauth2 redirect URI
Filip
I have taken out the redirect uri in command used to register oauth2 client, and the
approval UI comes up as expected now.
The next step is for the http://localhost:8080 page to come
Filip
I have taken out the redirect uri in command used to register oauth2 client, and the
approval UI comes up as expected now.
The next step is for the http://localhost:8080 page to come
|
By
Beth Tran
·
#6874
·
|
|
Re: issue with CF UAA Oauth2 redirect URI
Step 1: Are you using underscores, "_", where you are supposed to be using
hypens, "-" ?
https://github.com/cloudfoundry/uaa-release/blob/develop/jobs/uaa/spec#L282-L296
Step 1: Are you using underscores, "_", where you are supposed to be using
hypens, "-" ?
https://github.com/cloudfoundry/uaa-release/blob/develop/jobs/uaa/spec#L282-L296
|
By
Filip Hanik
·
#6873
·
|
|
Re: issue with CF UAA Oauth2 redirect URI
Gwenn
I've changed to recommended "userAuthorizationUri: https://uaa.home.com"
and still have the same issue with the "redirect_uri" in the following URL which
immediately follows the login
Gwenn
I've changed to recommended "userAuthorizationUri: https://uaa.home.com"
and still have the same issue with the "redirect_uri" in the following URL which
immediately follows the login
|
By
Beth Tran
·
#6872
·
|
|
Re: issue with CF UAA Oauth2 redirect URI
Hi,
Please try using uaa endpoint in userAuthorizationUri instead of login one.
Thanks
Hi,
Please try using uaa endpoint in userAuthorizationUri instead of login one.
Thanks
|
By
Gwenn Etourneau
·
#6871
·
|
|
issue with CF UAA Oauth2 redirect URI
1. I have registered this client to CF as followed
foo-client-id
scope: cloud_controller_service_permissions.read openid
resource_ids: none
authorized_grant_types: refresh_token
1. I have registered this client to CF as followed
foo-client-id
scope: cloud_controller_service_permissions.read openid
resource_ids: none
authorized_grant_types: refresh_token
|
By
Beth Tran
·
#6870
·
|