# Does drone/amazon-secrets exist?

**URL:** https://drone.discourse.group/t/does-drone-amazon-secrets-exist/9636
**Category:** Drone Support
**Created:** [December 20, 2018, 3:29pm UTC](https://drone.discourse.group/t/does-drone-amazon-secrets-exist/9636 "2018-12-20T15:29:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![zdk123](https://yyz1.discourse-cdn.com/flex003/user_avatar/drone.discourse.group/zdk123/32/5894_2.png) [@zdk123](https://drone.discourse.group/u/zdk123)
#### Post date: [December 20, 2018, 3:29pm UTC](https://drone.discourse.group/t/does-drone-amazon-secrets-exist/9636/1 "2018-12-20T15:29:11Z")

</div>

I am testing out migrating to drone 1.0 and I am following the docs here,  
[https://docs.drone.io/extend/secrets/amazon/install/](https://docs.drone.io/extend/secrets/amazon/install/)

and getting the error:

```
$ docker pull drone/amazon-secrets
Using default tag: latest
Error response from daemon: pull access denied for drone/amazone-secrets, repository does not exist or may require 'docker login'

```

Indeed this image does not appear to exist in dockerhub, though the github repo is [here](https://github.com/drone/drone-amazon-secrets). Am I missing something obvious?

thanks

---

<div class="post-metadata">

### Author: ![uponthesun](https://avatars.discourse-cdn.com/v4/letter/u/ba9def/32.png) [@uponthesun](https://drone.discourse.group/u/uponthesun)
#### Post date: [February 27, 2019, 11:49pm UTC](https://drone.discourse.group/t/does-drone-amazon-secrets-exist/9636/2 "2019-02-27T23:49:20Z")

</div>

I have the same question; the image isn’t on dockerhub (or maybe it’s private?).

I did see it’s listed as an enterprise only feature: [https://drone.io/enterprise/](https://drone.io/enterprise/)  
Is access to the image gated somehow? I do have drone enterprise, how can I get access to it?

---

<div class="post-metadata">

### Author: ![bradrydzewski](https://yyz1.discourse-cdn.com/flex003/user_avatar/drone.discourse.group/bradrydzewski/32/3513_2.png) [@bradrydzewski](https://drone.discourse.group/u/bradrydzewski)
#### Post date: [February 28, 2019, 12:03am UTC](https://drone.discourse.group/t/does-drone-amazon-secrets-exist/9636/3 "2019-02-28T00:03:13Z")

</div>

It is actually meant to be deployed as a lambda function. [https://github.com/drone/drone-amazon-secrets/tree/master/cmd/drone-amazon-secrets-lambda](https://github.com/drone/drone-amazon-secrets/tree/master/cmd/drone-amazon-secrets-lambda)

---

<div class="post-metadata">

### Author: ![Baccata](https://avatars.discourse-cdn.com/v4/letter/b/c89c15/32.png) [@Baccata](https://drone.discourse.group/u/Baccata)
#### Post date: [March 13, 2019, 4:13pm UTC](https://drone.discourse.group/t/does-drone-amazon-secrets-exist/9636/4 "2019-03-13T16:13:09Z")

</div>

Hi ! Would it be possible to have some documentation around this ? In particular, once the lambda is deployed, how do we tell the Drone-server that it should call it ?

Thank you in advance !
