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

Amazon Elastic Search connection problem #928

Open
WarGot-by opened this issue Mar 26, 2020 · 0 comments
Open

Amazon Elastic Search connection problem #928

WarGot-by opened this issue Mar 26, 2020 · 0 comments

Comments

@WarGot-by
Copy link

I've created something like this.

ongr_elasticsearch:
    source_directories:
        - /src/Document
    indexes:
        App\Document\RightsholderDocument:
            hosts: [https://userlogin:password@amazon-elastic-search-address.us-east-1.es.amazonaws.com:443] 

I get an error when I connect. More precisely, after the command

php bin/console ongr:es:index:create

is executed.

{"message":"Authorization header requires 'Credential' parameter. Authoriza  
 tion header requires 'Signature' parameter. Authorization header requires '  
 SignedHeaders' parameter. Authorization header requires existence of either  
  a 'X-Amz-Date' or a 'Date' header. Authorization=Basic UUFLSUFYNVJFUDdEVVJ  
 ="}  

Maybe somebody's had a similar problem ?

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

No branches or pull requests

1 participant