mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 09:50:29 -05:00
feat(system): replace our SecurityManager by a Java agent
Part-of: https://github.com/kestra-io/kestra-ee/pull/6153
This commit is contained in:
@@ -9,12 +9,4 @@ public class WorkerSecurityService {
|
||||
public State.Type callInSecurityContext(AbstractWorkerCallable callable) {
|
||||
return callable.call();
|
||||
}
|
||||
|
||||
public boolean isInSecurityContext() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public AbstractWorkerCallable getCallable() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user