Skip to content
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

Custom Authorization using an Standalone WebApi #231

Open
Reza-Noei opened this issue Oct 6, 2019 · 0 comments
Open

Custom Authorization using an Standalone WebApi #231

Reza-Noei opened this issue Oct 6, 2019 · 0 comments

Comments

@Reza-Noei
Copy link

Hi,

I want to Implement below scenario using Ceph Server:

  1. Alice wants put a file (or Object) into Bucket 'A'
  2. Ceph will authorize this request using my Api (e.g. localhost:1010/api/HaveAccess?UserToken=xxx&Action=Put&Object=Ali.png&Bucket=A)
  3. The result should be True/False
  4. Ceph will process or ignore that request upon my '/HaveAccess' api.
  5. output will be returned to the client.

Is there any way to have such a Request Flow in Ceph ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant