Skip to content

Allow only custom actions in ACL#1606

Open
mtneug wants to merge 1 commit into
opencast:r/19.xfrom
tales-media:allow-custom-actions-only
Open

Allow only custom actions in ACL#1606
mtneug wants to merge 1 commit into
opencast:r/19.xfrom
tales-media:allow-custom-actions-only

Conversation

@mtneug
Copy link
Copy Markdown
Member

@mtneug mtneug commented May 12, 2026

Currently, the ACL check fails if only custom actions are configured. This adds a condition that allows that.

Currently, the ACL check fails if only custom actions are configured.
This adds a condition that allows that.
@github-actions
Copy link
Copy Markdown
Contributor

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/admin-interface:pr-1606

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/admin-interface:pr-1606

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

@mtneug mtneug added the type:bug Something isn't working label May 12, 2026
mtneug added a commit to tales-media/fork-opencast-admin-interface that referenced this pull request May 12, 2026
Currently, the ACL check fails if only custom actions are configured.
This adds a condition that allows that.
@github-actions
Copy link
Copy Markdown
Contributor

This pull request is deployed at test.admin-interface.opencast.org/1606/2026-05-12_20-19-44/ .
It might take a few minutes for it to become available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant