1
0
mirror of https://github.com/rancher/steve.git synced 2025-07-31 06:23:11 +00:00
steve/pkg/ext
Felipe Gehrke 6ee8201c8d
#47483 - Adding NonResourceURLs support to AccessStore (#299)
* adding NonResourceURLs support to access_store

* added tests to AccessSet NonResourceURLs handling

* change on test script suggested by @tomleb + go mod tidy

* added nonresource to ext api authorization

* added NonResourceURLs implementation in Authorizes + test

* removed non-resource-url tests from the main test

* added new tests for non-resource-urls

* removed unused test data

* changed nonResourceKey to point to struct{}

* addressed comments from @tomleb

* addressed more comments

* fixing typo

* check for empty accessSet
2024-11-04 23:47:48 -03:00
..
testdata #47483 - Adding NonResourceURLs support to AccessStore (#299) 2024-11-04 23:47:48 -03:00
apiserver_authentication_test.go Implement /ext in Steve for Imperative API (#287) 2024-10-11 15:19:27 -04:00
apiserver_authorization_test.go #47483 - Adding NonResourceURLs support to AccessStore (#299) 2024-11-04 23:47:48 -03:00
apiserver_authorization.go #47483 - Adding NonResourceURLs support to AccessStore (#299) 2024-11-04 23:47:48 -03:00
apiserver_suite_test.go Implement /ext in Steve for Imperative API (#287) 2024-10-11 15:19:27 -04:00
apiserver_test.go Fix ExtensionAPIServer interface (#298) 2024-10-15 10:00:27 -04:00
apiserver.go Implement /ext in Steve for Imperative API (#287) 2024-10-11 15:19:27 -04:00
delegate.go Implement /ext in Steve for Imperative API (#287) 2024-10-11 15:19:27 -04:00
fixtures_test.go Implement /ext in Steve for Imperative API (#287) 2024-10-11 15:19:27 -04:00
store.go Implement /ext in Steve for Imperative API (#287) 2024-10-11 15:19:27 -04:00