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

Feature: Provide authentication mechanisms for AAS services/registries #133

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

carlos-schmidt
Copy link
Collaborator

If a remote AAS service/registry needs authentication (e.g., basic auth) , this can be passed in the HTTP call for registering an AAS service:

POST http://edc:port/api/service?url=https://aas-service-needing-auth

Body:

{
    "type": "basic",
    "username": "user",
    "password": "pass"
}

@carlos-schmidt
Copy link
Collaborator Author

Need to update postman collection and documentation

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

Successfully merging this pull request may close these issues.

1 participant