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

Remove cloud.account and cloud.key settings #12978

Merged
merged 1 commit into from
Aug 21, 2015
Merged

Conversation

xuzha
Copy link
Contributor

@xuzha xuzha commented Aug 19, 2015

Looks like we are going to remove it, put a quick PR

closes #12809

@dadoonet
Copy link
Member

LGTM

@xuzha xuzha merged commit 2276ff6 into elastic:master Aug 21, 2015
@xuzha xuzha deleted the xu-cloudkey branch August 21, 2015 08:07
dadoonet added a commit to dadoonet/elasticsearch that referenced this pull request Jul 20, 2016
We have a bug described in elastic#19445 where a user wants to define specific key/secret for EC2 and S3:

```
cloud:
    aws:
        s3:
            access_key: xxxxxxxxxxxx
            secret_key: XXxxxxxXxxxxXxxxXxXxXxxx
        ec2:
            access_key: yyyyyyyyyyyyy
            secret_key: yyyYyyyyyYyyyyYyyyYyYyY
```

This is documented and should work.

This commit fixes that and adds a test.

BTW, while working on this issue, I discovered that the removal effort made in elastic#12978 has been reintroduced by mistake in fe74219. So I removed this again.

Closes elastic#19445
@clintongormley clintongormley added :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs and removed :Plugin Cloud AWS labels Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >enhancement v2.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove cloud.account and cloud.key settings
3 participants