Skip to content

Commit

Permalink
Add clarity to where constraints are, basehub as compared to terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio authored Apr 20, 2024
1 parent 2d15c17 commit 664c7f0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions terraform/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ variable "hub_cloud_permissions" {
The value is itself a map, as each hub can have multiple Kubernetes Service
Accounts attached to it, for different kinds of users. The key is the name
of the Kubernetes Service Account. By convention, the currently supported keys
are are `user-sa` (for non-admin users on the hub) and `admin-sa` (for admin
users on the hub). The value can be one of:
of the Kubernetes Service Account. By convention, basehub currently only
supports creation of Kubernetes Service Accounts `user-sa` (for non-admin
users on the hub) and `admin-sa` (for admin users on the hub). The value
can be one of:
1. bucket_admin_access: List of S3 storage buckets to grant full read & write
permissions to.
Expand Down

0 comments on commit 664c7f0

Please sign in to comment.