Files
zitadel/internal/domain
Gayathri Vijayan 62403d27e4 fix: create project with the right permission (#10485)
# Which Problems Are Solved

When a user with an `ORG_PROJECT_CREATOR` role tries to create a
project, the request fails with `No matching permissions found
(AUTH-AWfge)` error. This is because `project.write` was set as the
required permission instead of `project.create` during project creation.

# How the Problems Are Solved
By setting the right required permission (`project.create`) while
creating new projects.

# Additional Changes
N/A

# Additional Context
- Closes #10399

(cherry picked from commit 0929c4d235)
2025-08-15 14:46:44 +02:00
..
2025-07-02 07:34:19 +00:00
2025-06-27 17:25:44 +02:00
2025-06-27 17:25:44 +02:00
2025-03-04 11:09:30 +00:00
2025-05-02 13:44:24 +02:00
2022-10-26 13:06:48 +00:00
2022-04-26 23:01:45 +00:00
2024-01-02 14:26:31 +00:00
2024-09-11 10:53:55 +00:00
2024-08-12 22:32:01 +02:00
2022-04-26 23:01:45 +00:00
2024-04-11 09:16:10 +02:00