-
Notifications
You must be signed in to change notification settings - Fork 216
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
Login Succeeded BUT denied: requested access to the resource is denied #297
Comments
@loeb-ift the Docker images for WSO2 API Manager Analytics version Please pardon us for the inconvenience caused. We will notify you immediately once the Docker images are available, within the day. |
@loeb-ift we have made these Docker images available. Can you please try the Docker Compose setup out? Please feel free to get back to us with any further issues, if any. Also, we would appreciate if you can close this issue, if the $subject is resolved. |
Hello,
|
On the 4 following images : |
Never had such a difficult time installing a product...advise you guys make this a little easier or document a little better. I'll be back in a few months to see how things are shaping up - in the meantime I've got to find an API manager that I can install. |
On the 4 following images : I can't pull docker.wso2.com/wso2am:3.1.0, I got the error
but I got the 3 others images. I tried different images but got the same error :
|
@scivray47 after checking, it was noticed that these images are available in the WSO2 Private Docker registry. Can you please specify the email address you have used for your WSO2 Subscription? Also, just for notification WSO2 recommends you to use the WSO2 support service (see Subscription details) for this type of queries. Hence, please feel free to use the service. |
I have no active subscription. I think I only registered in https://wso2.com to be able to login in https://docker.wso2.com/ for the command |
Same issue. I am already logged in docker.wso2.com via the command line. But it gives the same error message for all of the images. |
Hi : Regards. |
Does this problem still exist? I want to pull the |
Description:
(base) MacBook-Air:~ USER$ docker login docker.wso2.com -u [email protected] -p XXXXXXX
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Login Succeeded
(base) MacBook-Air:~ USER$ cd docker-apim/docker-compose/apim-is-as-km-with-analytics
(base) MacBook-Air:apim-is-as-km-with-analytics USER$ git checkout tags/v3.1.0.1
Note: checking out 'tags/v3.1.0.1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b
HEAD is now at f726fb9 [v3.1.0] Set corerct default pack download link in IS as KM Docker resources
(base) MacBook-Air:apim-is-as-km-with-analytics USER$ docker-compose up
Pulling am-analytics-worker (docker.wso2.com/wso2am-analytics-worker:3.1.0)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Continue with the new image? [yN]y
Pulling am-analytics-worker (docker.wso2.com/wso2am-analytics-worker:3.1.0)...
ERROR: pull access denied for docker.wso2.com/wso2am-analytics-worker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Suggested Labels:
docker-compose
Affected Product Version:
docker-apim/docker-compose/apim-is-as-km-with-analytics/
TAG:3.1
OS, DB, other environment details and versions:
Mac OSX
Docker
Eng.19.03.8
Compose 1.25.4
Steps to reproduce:
Goto https://wso2.com/subscription
and did a WSO2 SUBSCRIPTION
Create the account and password
1.https://github.com/wso2/docker-apim/tree/master/docker-compose/apim-is-as-km-with-analytics
2.docker login docker.wso2.com
3.git clone https://github.com/wso2/docker-apim
4.cd docker-apim/docker-compose/apim-is-as-km-with-analytics
5.git checkout tags/v3.1.0.1
6.docker-compose up
The text was updated successfully, but these errors were encountered: