Skip to content

Commit

Permalink
fix(docs): developer service deletion permissions (#123)
Browse files Browse the repository at this point in the history
Update permissions table to reflect that users that have Developer role
assigned to them can delete services.

Closes: lightbend/kalix#12442
  • Loading branch information
beritou authored Jan 8, 2025
1 parent f1823e1 commit 8e8b30e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Access to projects is controlled by assigning specific roles to users. The avail
|View services |✅ |✅ |✅ |❌
|Deploy services |✅ |✅ |❌ |❌
|Update services |✅ |✅ |❌ |❌
|Delete services |✅ | |❌ |❌
|Delete services |✅ | |❌ |❌
|View routes |✅ |✅ |✅ |❌
|Manage routes |✅ |✅ |❌ |❌
|View secrets |✅ |✅ |✅ |❌
Expand Down

0 comments on commit 8e8b30e

Please sign in to comment.