Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 apikey subcommand #3063
Add apikey subcommand #3063
Changes from 16 commits
f75f48d
3214f42
1d7f204
2420c35
4fcbd9d
32bbcb6
2aaa746
1c692eb
5defc03
484763a
82a0c2f
58f51a1
fbf9280
9e68751
7843321
510414f
653bdd9
1c222b0
87ab92b
302c562
caefc89
b2bfde0
e73a09b
d1123e0
11345d1
939b9ae
fa827ed
5fa3a39
6f28f3c
0eff8dd
790a4fe
f135da3
baa566f
256b434
022ae2e
8fc8929
2d6001d
82285ca
5c852da
3da1348
a708f59
cef8ef4
983714f
950ca80
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
nit: unify imports for authorization means; in some files you import
"github.com/elastic/apm-server/elasticsearch"
and in some"es github.com/elastic/apm-server/elasticsearch"
.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.
is there any problem with that? when there is an exhaustive usage of the package, an alias can help, otherwise is just fine?
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.
There is no problem, purely consistency (it would just be super easy to unify, and makes it more readable). I marked the comment as
nit
anyways.