renaming "elastic" user to "username" in cloud setup docs
This pull request primarily involves changes to the authentication credentials in various configuration files and documentation. The key change is the replacement of the default username "elastic" with "username". This is reflected in the CHANGELOG-developer.asciidoc and CHANGELOG-developer.next.asciidoc files, which list this as a breaking change.
Authentication Credentials Update:
auditbeat/auditbeat.reference.yml, auditbeat/auditbeat.yml, deploy/cloudfoundry/filebeat/filebeat.yml, deploy/cloudfoundry/metricbeat/metricbeat.yml, dev-tools/packaging/files/ironbank/auditbeat/config/auditbeat.yml, filebeat/filebeat.reference.yml, filebeat/filebeat.yml: Updated the commented-out default username from "elastic" to "username" in the authentication credentials section. [1] [2] [3] [4] [5] [6] [7] [8] [9] Documentation Update:
CHANGELOG-developer.asciidoc, CHANGELOG-developer.next.asciidoc: Documented the change in default username as a breaking change. [1] [2] libbeat/docs/monitoring/monitoring-internal-collection.asciidoc, libbeat/docs/output-cloud.asciidoc, x-pack/functionbeat/docs/config-options-aws.asciidoc: Updated the example configuration to reflect the new default username. [1] [2] [3]
❌ Author of the following commits did not sign a Contributor Agreement: 1fa80ff732c2ba1a3a25a672379fdf631552f84b, da2f58b6b3020d151823ac9b7f70e257fa464c7d, bfb1a5b943c15d2c9fba185dea523b1fa80bc948, 5d0fd52ded336a1d6e69ed2702f39f8898abb849, d83dcd86f1d441cb7a5b2af850901322cf7822d0
Please, read and sign the above mentioned agreement if you want to contribute to this project
This pull request does not have a backport label. If this is a bug or security fix, could you label this PR @rehanpfmr? 🙏. For such, you'll need to label your PR with:
- The upcoming major version of the Elastic Stack
- The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)
To fixup this pull request, you need to add the backport labels for the needed branches, such as:
backport-v8./d.0is the label to automatically backport to the8./dbranch./dis the digit
NOTE: backport-v8.x has been added to help with the transition to the new branch 8.x.
Hi @rehanpfmr, I'm trying to understand the motivation for this change, "elastic" is the default username we use in our documentation, it is also the default username used by Elasticsearch, many of our testing/automation tools as well as the username used when deploying on Elastic Cloud and using the cloud ID. I fail to see the benefit of this change.
@belimawr , this is in context to https://github.com/elastic/beats/issues/29862 There was an ask for updating the elastic to username, for which i requested an PR
backport-8.x has been added to help with the transition to the new branch 8.x.
@belimawr , this is in context to #29862 There was an ask for updating the elastic to username, for which i requested an PR
Thanks for the context! I wasn't aware of this request.
A tip for next time: put those references in the PR description.
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)
FYI: The CLA is still not signed.
This pull request is now in conflicts. Could you fix it? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/
git fetch upstream
git checkout -b fix-issue-29862 upstream/fix-issue-29862
git merge upstream/main
git push upstream fix-issue-29862