Skip to content

feat: Option to remove WorkspaceExec from owner role #7050

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

Merged
merged 19 commits into from
Apr 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix FE test
  • Loading branch information
Emyrk committed Apr 10, 2023
commit ade0d4ecb2b34e8eb05d90e9061766f66df8126e
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ export default {
usage: "something",
value: "1234",
},
{
name: "Disable Owner Workspace Execution",
usage: "something",
value: false,
},
{
name: "TLS Version",
usage: "something",
Expand Down Expand Up @@ -52,6 +57,10 @@ NoTLS.args = {
name: "SSH Keygen Algorithm",
value: "1234",
} as DeploymentOption,
{
name: "Disable Owner Workspace Execution",
value: false,
} as DeploymentOption,
{
name: "Secure Auth Cookie",
value: "1234",
Expand Down