Process Flow - Why access control protects sensitive pipelines
User tries to access pipeline
Check user permissions
Allow access
Pipeline runs
When a user tries to run a pipeline, the system checks their permissions. If allowed, the pipeline runs; if not, access is denied to protect sensitive data.