Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Orgadmin User is getting revoked

I have created a user in my organization Let's say "abc@infosys.com" and have assigned Orgadmin userrole to it. It works fine for some days but after 4-5 weeks it starts throwing 401 Unauthorized error.

When I check the Userrole of this user with below command I get successful 200 OK response as shown below :

curl -u "sysadminuser:passwd" -X GET http://ip:8080/v1/users/abc@infosys.com/userroles -v

Response :

{
"role" : [ {
"name" : "orgadmin",
"organization" : "MyOrg"
} ]

But when I use this user to perform any other operation on my Org its not working. for eg If I try to see product details of MyOrg :

curl -X GET "http://ip:8080/v1/organizations/MyOrg/apiproducts" -u abc@infosys.com:passwd -v

HTTP/1.1 401 Unauthorized

Does anyone know reason behind this behavior of Edge. Will there be a validation period associated with an user.

Solved Solved
0 4 312
1 ACCEPTED SOLUTION

Not applicable

Hi,

You don't state which version of Private Cloud (OPDK) you are using. However there is a known issue with password expiry on older versions. I suspect you are running into that given the timings you have provided.

The problem and solution is given here:-

https://community.apigee.com/articles/21617/have-you-installed-opdk-versions-150x-1601-1605-16.html

View solution in original post

4 REPLIES 4