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

docs: Update workflow-controller-configmap workflowRestrictions example doc #5109

Merged
merged 4 commits into from
Feb 16, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions USERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Currently, the following organizations are **officially** using Argo Workflows:
1. [EBSCO Information Services](https://www.ebsco.com/)
1. [Equinor](https://www.equinor.com/)
1. [Fairwinds](https://fairwinds.com/)
1. [FOLIO](http://corp.folio-sec.com/)
1. [Fynd Trak](https://trak.fynd.com/)
1. [Gardener](https://gardener.cloud/)
1. [GitHub](https://github.com/)
Expand Down
10 changes: 5 additions & 5 deletions docs/workflow-controller-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,12 @@ data:
# RBAC Config. >= v2.12
rbac:
enabled: false
# workflowRequirements restricts the Workflows that the controller will process.
# workflowRestrictions restricts the Workflows that the controller will process.
# Current options:
# referenceOnly: Only Workflows using "workflowTemplateRef" will be processed. This allows the administrator of the controller
# Strict: Only Workflows using "workflowTemplateRef" will be processed. This allows the administrator of the controller
# to set a "library" of templates that may be run by its operator, limiting arbitrary Workflow execution.
# strictReferenceOnly: Only Workflows using "workflowTemplateRef" will be processed and the controller will enforce
# Secure: Only Workflows using "workflowTemplateRef" will be processed and the controller will enforce
# that the WorkflowTemplate that is referenced hasn't changed between operations. If you want to make sure the operator of the
# Workflow cannot run an arbitrary Workflow, use this option.
workflowRequirements:
referenceOnly: true
workflowRestrictions:
templateReferencing: Strict