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

Credentials types #814

Open
alexcos20 opened this issue Jan 22, 2025 · 0 comments · May be fixed by #823
Open

Credentials types #814

alexcos20 opened this issue Jan 22, 2025 · 0 comments · May be fixed by #823
Assignees
Labels
Type: Enhancement New feature or request

Comments

@alexcos20
Copy link
Member

With OPE, we have new credentials types(SSI). But we should allow more users to create their own types (LDAP, NTLM, Active Directory, Oauth, etc).
Of course, node cannot handle those types, so we need to change the logic.

Flow:

  • if POLICY_SERVER_URL exists, then ocean-node will NOT perform any checks. It will just use the existing code and let PolicyServer decide.
  • if POLICY_SERVER_URL is not defined then ocean-node will perform checks only for 'known' types. The remaining rules WILL BE IGNORED!

Known types:

@alexcos20 alexcos20 added the Type: Enhancement New feature or request label Jan 22, 2025
@paulo-ocean paulo-ocean self-assigned this Jan 23, 2025
@paulo-ocean paulo-ocean linked a pull request Jan 27, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants