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

Revisions #5

Merged
merged 2 commits into from
May 8, 2019
Merged

Revisions #5

merged 2 commits into from
May 8, 2019

Conversation

sergiosalvatore
Copy link
Collaborator

  • make docker tags with the vimeo organization
  • configuration uses a more structured Mapping instead of a simple map
  • vault configuration accepts TLS options
  • automatically discover role from the metadata service
  • properly use url.Values so they're actually part of the URL
  • remove extra "data" map[string]interface{} indirection in vault that is apparently not an issue

Copy link
Collaborator

@dfinkel dfinkel left a comment

Choose a reason for hiding this comment

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

One nit

pentagon/main.go Outdated
c := api.DefaultConfig()
c.Address = vaultConfig.URL

// Set any TLS-specific options for vault if they were provider in the
Copy link
Collaborator

Choose a reason for hiding this comment

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

s/provider/provided/

- configuration uses a more structured Mapping instead of a simple map
- vault configuration accepts TLS options
- automatically discover role from the metadata service
- properly use url.Values so they're actually part of the URL
- remove extra "data" map[string]interface{} indirection in vault that
is apparently not an issue
- update README
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