Skip to content

Use read permissions for DAST GraphQL types

Alex Kalderimis requested to merge use-read-permissions-dast-types into master

What does this MR do?

This changes the permissions used in the DAST types to the read_ abilities, rather than the create_ abilities.

Happily, these are equivalent at the moment, so this is not a breaking change.

Rationale:

Object types should use read permissions, mutations should use creation/update/delete permissions.

This change was made during work on !40088 (merged) and can be safely extracted.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Alex Kalderimis

Merge request reports