Skip to content

7.0.0 - code not being signed #48

Closed
@scdba

Description

@scdba

Hi Brendan

I'm trying es 7.0.0 with Elastisearch.net and nest with no success.
Here's the code I'm using. Am I leaving something out? It looks like the request is going through unsigned, indeed untouched.
Result is
{Invalid NEST response built from a unsuccessful (403) low level call on GET: /events/_doc/565540}

            var awsCreds = new Amazon.Runtime.BasicAWSCredentials("myaccess", "mysecret");
            var AWSHttpConnection = new Elasticsearch.Net.Aws.AwsHttpConnection(awsCreds, Amazon.RegionEndpoint.EUWest1);

            var AWSURI = new Uri("my url");
            var pool = new SingleNodeConnectionPool(AWSURI);

            var esAWSConfig = new ConnectionSettings(pool, AWSHttpConnection);

            Nest.ElasticClient client = new ElasticClient(esAWSConfig);
             
            var eventCMS = client.Get<EventCMS>(565540, g => g.Index("events"));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions