We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've created something like this.
I get an error when I connect. More precisely, after the command
is executed.
Maybe somebody's had a similar problem ?
The text was updated successfully, but these errors were encountered: