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

feat: Add authentication and authorization to Orchestrator #536

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

martinfkaeser
Copy link
Contributor

Spring profile auth enables authentication/authorization.
The endpoints in GoldenRecordTaskController then require the following permissions:

  • createTasks() requires role "create_task"
  • searchTaskStates() requires role "view_task"
  • reserveTasksForStep() and resolveStepResults() require a step-specific role, e.g. for CleanAndSync the role "process_task_step_CleanAndSync" is required

@nicoprow
Copy link
Contributor

solves #534

@nicoprow nicoprow merged commit 8248532 into eclipse-tractusx:main Oct 19, 2023
7 checks passed
@nicoprow nicoprow deleted the feat/orchestrator_auth branch October 19, 2023 10:28
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.

2 participants