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

Update documentation on ECR and docker-hub for opensearch to reflect admin credentials change #4396

Closed
2 tasks done
DarshitChanpura opened this issue Feb 1, 2024 · 10 comments
Assignees
Labels

Comments

@DarshitChanpura
Copy link
Member

DarshitChanpura commented Feb 1, 2024

Update docker-hub and ECR documentation to reflect changes to admin user credentials in security plugin demo configuration tool once 2.12 is GA. (Owners: @peterzhuamazon @prudhvigodithi since they have access to update)

Tasks:

  • Update docker-hub documentation
  • Update ECR documentation
@prudhvigodithi
Copy link
Collaborator

Also we should update ECR as well https://gallery.ecr.aws/opensearchproject/opensearch.
Thanks

@DarshitChanpura DarshitChanpura changed the title Update documentation on jenkins and docker-hub for opensearch to reflect admin credentials change Update documentation on jenkins, ECR and docker-hub for opensearch to reflect admin credentials change Feb 1, 2024
@DarshitChanpura
Copy link
Member Author

thanks @prudhvigodithi. I've updated the description.

@DarshitChanpura DarshitChanpura changed the title Update documentation on jenkins, ECR and docker-hub for opensearch to reflect admin credentials change Update documentation on ECR and docker-hub for opensearch to reflect admin credentials change Feb 2, 2024
@peterzhuamazon
Copy link
Member

Updated already.

@DarshitChanpura
Copy link
Member Author

@peterzhuamazon any reason why this got re-opened?

@rishabh6788
Copy link
Collaborator

Will be closed after 2.12.0 released.

@rishabh6788 rishabh6788 removed the untriaged Issues that have not yet been triaged label Feb 13, 2024
@bbarani
Copy link
Member

bbarani commented Mar 4, 2024

@rishabh6788 @peterzhuamazon @DarshitChanpura Can we close this issue?

@DarshitChanpura
Copy link
Member Author

On docker-hub & ECR, some description still needs be updated;

Send requests to the OpenSearch REST API to verify that OpenSearch is working. By default, OpenSearch uses self-signed TLS certificates. The -k short option skips the certificate verification step so requests don't fail. The default username is admin and the default password is admin.

curl -X GET "https://localhost:9200" -ku admin:admin
curl -X GET "https://localhost:9200/_cat/nodes?v" -ku admin:admin
curl -X GET "https://localhost:9200/_cat/plugins?v" -ku admin:admin

@peterzhuamazon
Copy link
Member

Changed now.
Screenshot 2024-03-12 at 1 36 47 PM

@peterzhuamazon
Copy link
Member

This issue is completed for now.
Thanks.

@peterzhuamazon
Copy link
Member

More updates:

The default username is `admin` and the password will be `admin` for OpenSearch 2.12 and earlier. For OpenSearch 2.12 and later, the password will be the custom value, which is required to be provided during the demo configuration setup for security plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants