iam-veeramalla / shell-scripting-projects

Projects on shell scripting. Goal is to simulate real time projects as much as posible.
898 stars 1.97k forks source link

Cannot index string with string "permissions" #24

Closed arashutosh closed 3 months ago

arashutosh commented 3 months ago

when trying to run the list-users.sh file it says "no users with read access found for devops-by-examples/Python".

Listing users with read access to devops-by-examples/Python... jq: error (at :5): Cannot index string with string "permissions" No users with read access found for devops-by-examples/Python.

the above is the error i am getting while hitting "./list-users.sh devops-by-examples Python" script in my aws machine

arashutosh commented 3 months ago

hey abhishek, sorry i bothered you.. actually i figured it out.. i'm not a collaborator on this repo that's why i was unable to list the users on this repository.

arashutosh commented 3 months ago

this issue is resolved. so, i am closing this issue