-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As the user's token is used to provision things e.g. phyiscal networks, this presents a very real danger of DoS sttacks that exhaust all available VLANs for example. This simplifies RBAC so the user is only allowed to operate on kubernetes clusters, and thus cannot have direct low level access to the region service, they must go via a higher order abstraction. This has the knock on effect of making quota management a lot easier in the future, and acts as precedent for the compute service so the same "mistakes" (actually, it's just natural evolution) from occurring.
- Loading branch information
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters