-
Notifications
You must be signed in to change notification settings - Fork 124
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 'default' account when no name is provided #2388
Conversation
dcb8463
to
6feaa66
Compare
7d60a37
to
e4486b9
Compare
Resolves #2082. Chose not to use `default_value` in `conjur-cli.rb` because the name can be provided by either a flag or argument, and having a default value set by GLI would make it difficult to ascertain which to use.
e4486b9
to
18eb0b6
Compare
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. | |||
|
|||
## [Unreleased] | |||
|
|||
### Added | |||
- Create default account when no account is specified in `conjurctl account create`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lists should be surrounded by blank lines
Code Climate has analyzed commit 18eb0b6 and detected 1 issue on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 90.8% (0.0% change). View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@szh or @john-odonnell: Do you know if this change affects Enterprise at all? Does it use this |
@alexkalish, fly-by comment... the appliance does use the same underlying rake task that |
Thanks @micahlee. So, TL;DR: default is implemented in |
What does this PR do?
conjurctl account create
without a name argument will create an account with the name "default".What ticket does this PR close?
Resolves #2082
ONYX-13320
Checklists
Change log
Test coverage
Documentation
API Changes