Remove username/password from elastic-agent#1423
Remove username/password from elastic-agent#1423michel-laterman merged 6 commits intoelastic:mainfrom
Conversation
|
A documentation preview will be available soon: |
|
|
||
| // ============================================================================= | ||
|
|
||
| // tag::es-username[] |
There was a problem hiding this comment.
The es-username tag and es-password tag are not being removed as they are used by the standalone kubernetes config (i think for the agent to send data into es)
|
|
||
| | (string) The basic authentication username used to connect to {kib} and enable {fleet}. | ||
| Overrides `KIBANA_USERNAME` when set. | ||
| | (string) The basic authentication username used to connect to {kib} and retrieve a `service_token` to enable {fleet}. |
There was a problem hiding this comment.
@dedemorton, I've changed the behaviour of KIBANA_FLEET_USERNAME and ELASTICSEARCH_USERNAME with elastic/beats#29651, should I update the deprecation tags I added for 7.17 to reflect this?
There was a problem hiding this comment.
Yes, if you don't mind. Thanks!
|
@dedemorton @michel-laterman are we good to merge this PR then? |
|
No, just give me a little time today to do a proper review. Thanks! |
dedemorton
left a comment
There was a problem hiding this comment.
LGTM! Thanks for updating the docs.
* Remove username/password from elastic-agent * Remove broken references, add es-username/password for k8s * Update to specify new behaviour * fix swp file * add k8s env vars (cherry picked from commit 44d199c)
* Remove username/password from elastic-agent * Remove broken references, add es-username/password for k8s * Update to specify new behaviour * fix swp file * add k8s env vars (cherry picked from commit 44d199c) Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com>
* Remove username/password from elastic-agent * Remove broken references, add es-username/password for k8s * Update to specify new behaviour * fix swp file * add k8s env vars
Remove username/password env vars for the elastic-agent as it is removed from use in fleet-server.
PRs:
deprecation PR: #1409
Issue: elastic/fleet-server#978
Closes: elastic/fleet-server#978