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

Restore plugin name for backwards compatibility #5825

Merged
merged 9 commits into from
Nov 20, 2018

Conversation

tyrannosaurus-becks
Copy link
Contributor

No description provided.

command/auth_list.go Outdated Show resolved Hide resolved
command/auth_list.go Outdated Show resolved Hide resolved
api/sys_mounts.go Outdated Show resolved Hide resolved
@@ -143,7 +143,7 @@ func (c *AuthListCommand) detailedMounts(auths map[string]*api.AuthMount) []stri
}
}

out := []string{"Path | Type | Accessor | Plugin | Default TTL | Max TTL | Token Type | Replication | Seal Wrap | Options | Description"}
out := []string{"Path | Plugin | Accessor | Default TTL | Max TTL | Token Type | Replication | Seal Wrap | Options | Description"}
Copy link
Contributor

Choose a reason for hiding this comment

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

Should it be "Plugin" or "Type"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Brian had commented s/Type/Plugin/. I can go the other way if that's desired, but we should all agree.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's fine to just say "Plugin" now since everything is a plugin

Copy link
Contributor

Choose a reason for hiding this comment

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

👍It might look weird listing older servers since that's not the case, but probably not a big deal.

@briankassouf briankassouf merged commit e3eee5b into master Nov 20, 2018
@briankassouf briankassouf deleted the restore-plugin-name-for-compat branch November 20, 2018 00:41
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.

3 participants