Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 63 Fix - Allow bearer token to be passed as a parameter #64

Merged
merged 7 commits into from
Feb 6, 2017

Conversation

seantdg
Copy link
Contributor

@seantdg seantdg commented Nov 15, 2016

Please see #63

Copy link
Member

@msadasivam msadasivam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README.md
- Please add the parameter -Dauthtype=oauth

pom.xml
- Agree 👍

RestUtil.java
- Add following line after 780
headers.setAuthorization("Bearer " + accessToken);

samples/.../shared-pom.xml
- Add following line to test and prod profiles
<apigee.bearer>${bearer}</apigee.bearer>

@msadasivam msadasivam mentioned this pull request Nov 23, 2016
@seantdg
Copy link
Contributor Author

seantdg commented Feb 3, 2017

thanks for the review @msadasivam , I am ready for another review

@msadasivam msadasivam merged commit a6b2beb into apigee:master Feb 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants