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

refactor: update calling GenerateConsulToken #212

Merged

Conversation

jim-wang-intel
Copy link
Contributor

the API for calling GenerateConsulToken has changed from go-mod-secret and thus requires a change

Fixes: #211
Signed-off-by: Jim Wang [email protected]

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/go-mod-bootstrap/blob/master/.github/Contributing.md.

What is the current behavior?

interface changed

Issue Number: #211

What is the new behavior?

updated according to interface change

Does this PR introduce a breaking change?

  • Yes
  • [x ] No

New Imports

  • Yes
  • [x ] No

Specific Instructions

Are there any specific instructions or things that should be known prior to reviewing?

Other information

the API for calling GenerateConsulToken has changed from go-mod-secret and thus requires a change

Fixes: #211
Signed-off-by: Jim Wang <[email protected]>
@jim-wang-intel jim-wang-intel force-pushed the update-call-gen-consul-token branch from 57c7d0f to fe2e56e Compare April 15, 2021 21:04
@jim-wang-intel jim-wang-intel marked this pull request as ready for review April 15, 2021 21:05
@jim-wang-intel
Copy link
Contributor Author

recheck

@lenny-goodell lenny-goodell merged commit e295a6e into edgexfoundry:master Apr 15, 2021
lenny-goodell referenced this pull request in lenny-goodell/go-mod-bootstrap Apr 20, 2021
Hyphen is not a standard character for environment varable names

closes #212

Signed-off-by: lenny <[email protected]>
lenny-goodell referenced this pull request in lenny-goodell/go-mod-bootstrap Apr 20, 2021
Hyphen is not a standard character for environment variable names

closes #212

Signed-off-by: lenny <[email protected]>
lenny-goodell referenced this pull request in lenny-goodell/go-mod-bootstrap Apr 20, 2021
Hyphen is not a standard character for environment variable names

closes #212

BREAKING CHANGE: Overrides that have hyphens will not longer work and must be updated replace hyphens with underscores.

Signed-off-by: lenny <[email protected]>
lenny-goodell referenced this pull request in lenny-goodell/go-mod-bootstrap May 3, 2021
Hyphen is not a standard character for environment variable names

closes #212

BREAKING CHANGE: Overrides that have hyphens will not longer work and must be updated replace hyphens with underscores.

Signed-off-by: lenny <[email protected]>
lenny-goodell pushed a commit that referenced this pull request May 17, 2021
* fix: Replace hyphen with underscore in override names

Hyphen is not a standard character for environment variable names

closes #212

BREAKING CHANGE: Overrides that have hyphens will not longer work and must be updated replace hyphens with underscores.

Signed-off-by: lenny <[email protected]>
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.

[Secure Consul Ph. 2] Update Calling GenerateConsulToken
2 participants