Skip to content

Commit

Permalink
Remove actions commands [CLI-75] (#168)
Browse files Browse the repository at this point in the history
* Remove actions commands

* Remove other action files

* Remove remaining actions related logic

* Remove unused method
  • Loading branch information
Widcket authored Mar 19, 2021
1 parent 4005c63 commit ebed1bb
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1,680 deletions.
1 change: 0 additions & 1 deletion internal/auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const (
var requiredScopes = []string{
"openid",
"offline_access", // <-- to get a refresh token.
"create:actions", "delete:actions", "read:actions", "update:actions",
"create:clients", "delete:clients", "read:clients", "update:clients",
"create:resource_servers", "delete:resource_servers", "read:resource_servers", "update:resource_servers",
"read:client_keys", "read:logs",
Expand Down
1 change: 0 additions & 1 deletion internal/auth/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import "testing"
func TestRequiredScopes(t *testing.T) {
t.Run("verify CRUD", func(t *testing.T) {
crudResources := []string{
"actions",
"clients",
"resource_servers",
}
Expand Down
376 changes: 0 additions & 376 deletions internal/auth0/actions_mock.go

This file was deleted.

Loading

0 comments on commit ebed1bb

Please sign in to comment.