How to install or enable oauth into this buildpack?
See original GitHub issueWhat version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running cf curl /v2/info && cf version
?
{ “name”: “”, “build”: “”, “support”: “https://support.pivotal.io”, “version”: 0, “description”: “”, “min_cli_version”: “6.23.0”, “min_recommended_cli_version”: “6.23.0”, “api_version”: “2.75.0”, “app_ssh_oauth_client”: “ssh-proxy”, }
If you were attempting to accomplish a task, what was it you were attempting to do? As a user, I need to enable oauth in my php app using a github repo only [no root access when ssh into my image]
What did you expect to happen? perform ‘cf push my_app’ then view a php page (based on fireeagle php example) with oauth url, client_id, client_secret and have it authenticate with oauth end point.
What was the actual behavior? oauth could not be found
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (1 by maintainers)
Top GitHub Comments
@westerjn closing, feel free to open again if you have problems
@westerjn - the latest PHP buildpack now has the oauth extension included.
https://github.com/cloudfoundry/php-buildpack/releases/tag/v4.3.51
Please give it a try and let us know if there are any problems, otherwise we’ll go ahead and close out this issue.