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

Fix for dynamically reloading vault #4395

Merged
merged 5 commits into from
Jun 7, 2018
Merged

Fix for dynamically reloading vault #4395

merged 5 commits into from
Jun 7, 2018

Conversation

chelseakomlo
Copy link
Contributor

Temporary fix for dynamically reloading Vault configuration for Nomad. Further refactoring is needed to push logic into the client/server and out of the agent.

Copy link
Contributor

@dadgar dadgar left a comment

Choose a reason for hiding this comment

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

Add to changelog

c.agent.logger.Printf("[ERR] agent: failed to convert server config: %v", err)
if s := c.agent.Server(); s != nil {
sconf, err := convertServerConfig(newConf, c.logOutput)
c.agent.logger.Printf("[DEBUG] agent: starting reload of server config")
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you move this to line 750 (above s.Reload)

@@ -437,6 +437,31 @@ func TestVaultClient_SetConfig(t *testing.T) {
if client.tokenData == nil || len(client.tokenData.Policies) != 3 {
t.Fatalf("unexpected token: %v", client.tokenData)
}

// test that when SetConfig is called with the same configuration, it is a
Copy link
Contributor

Choose a reason for hiding this comment

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

Capitol Test

@chelseakomlo chelseakomlo merged commit ff0aded into master Jun 7, 2018
@chelseakomlo chelseakomlo deleted the b-vault-second branch June 7, 2018 22:03
Xopherus added a commit to Xopherus/nomad that referenced this pull request Nov 11, 2019
Xopherus added a commit to Xopherus/nomad that referenced this pull request Nov 11, 2019
Xopherus added a commit to Xopherus/nomad that referenced this pull request Nov 11, 2019
Xopherus added a commit to Xopherus/nomad that referenced this pull request Nov 12, 2019
Xopherus added a commit to Xopherus/nomad that referenced this pull request Nov 12, 2019
Xopherus added a commit to Xopherus/nomad that referenced this pull request Nov 12, 2019
@github-actions
Copy link

github-actions bot commented Mar 2, 2023

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants