question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to install or enable oauth into this buildpack?

See original GitHub issue

What 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:closed
  • Created 6 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
tylerphelancommented, Apr 2, 2018

@westerjn closing, feel free to open again if you have problems

1reaction
dmikusacommented, Mar 9, 2018

@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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Buildpacks | Heroku Dev Center
An overview of buildpacks, which are responsible for transforming deployed code into a slug, which can then be executed on a dyno.
Read more >
Getting Started - Cloud Native Buildpacks
In this session you'll learn the basics of using buildpacks, why they make a great choice over the alternatives, and what new features...
Read more >
Getting Started with the cf CLI | Cloud Foundry Docs
For more information, see Installing the Cloud Foundry Command Line Interface. Log In With the CLI. The cf login command uses the syntax ......
Read more >
doctl apps upgrade-buildpack - DigitalOcean Documentation
Use the list-buildpacks command to list available buildpacks. (required). --format, Columns for output in a comma-separated list.
Read more >
Deployment — Pontoon 1.0 documentation
Pontoon uses several buildpacks in a specific order. ... The official heroku/nodejs buildpack for installing Node.js programs for pre-processing frontend ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found