Skip to content

Commit

Permalink
fix gcp license issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Nov 15, 2024
1 parent fd641af commit f74a185
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.5
v1.1.6
5 changes: 5 additions & 0 deletions pkg/license/license.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ func getMaxUsers(storage storage.ReadWriter, cloudType, instanceType string) int
Timeout: 5 * time.Second,
}
return GetMaxUsersDigitalOceanBYOL(client, storage)
case "gcp":
client := http.Client{
Timeout: 5 * time.Second,
}
return GetMaxUsersGCPBYOL(client, storage)
case "":
client := http.Client{
Timeout: 5 * time.Second,
Expand Down

0 comments on commit f74a185

Please sign in to comment.