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

Add the missing double quote to the field baseUrl for deployment application #210

Merged
merged 2 commits into from Mar 27, 2017
Merged

Add the missing double quote to the field baseUrl for deployment application #210

merged 2 commits into from Mar 27, 2017

Conversation

houshengbo
Copy link

Since there is a missing double quote for the field baseUrl, it is unable
to be parsed. This PR adds the quote to field baseUrl making it able to
be parsed.

Besides, this PR adds the test coverage to parse baseUrl and credential.
Closes-Bug: #205

@@ -1,4 +1,6 @@
application:
name: wskdeploy-samples
namespace: /wskdeploy/samples/
credential: 23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
Copy link
Contributor

Choose a reason for hiding this comment

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

I assume this is not a read credential?

Copy link
Author

Choose a reason for hiding this comment

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

Oh, I need to change it to something less sensitive.

Copy link
Member

Choose a reason for hiding this comment

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

@paulcastro that key is not sensitive, it's the default key for user guest from openwhisk core repo used for testing.
https://github.com/openwhisk/openwhisk/blob/master/ansible/files/auth.guest

…ication

Since there is a missing double quote for the field baseUrl, it is unable
to be parsed. This PR adds the quote to field baseUrl making it able to
be parsed.

Besides, this PR adds the test coverage to parse baseUrl and credential.
Closes-Bug: #205
@csantanapr csantanapr self-assigned this Mar 27, 2017
@csantanapr csantanapr merged commit 8934019 into apache:master Mar 27, 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.

None yet

3 participants