python - Access an ACL object via a browser after authentication -


i have created container using api call allow read access if user has correct token scoping desired project using

curl -k -i -x post https://url/v1/auth_$project_id/container_name?format=json -h "x-auth-token: $os_auth_token" -h "x-container-read: project_id:*" -h "x-newest: true" 

i have program made in python (2.7) authenticates users desired project via browser (this working), want them access object files in browser. url input python program keystone authentication?

is mixture of url https://someurl&token

thanks


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -