Skip to content

Commit

Permalink
Add subassembly service API (#18834)
Browse files Browse the repository at this point in the history
* Add subassembly service API

* Make workspacekit image configurable
  • Loading branch information
csweichel authored Sep 28, 2023
1 parent d18ee26 commit f482e0a
Show file tree
Hide file tree
Showing 9 changed files with 1,943 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/image-builder-api/go/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ type Configuration struct {
// This will attempt to add ECR auth for any ECR repo a user is
// trying to access.
EnableAdditionalECRAuth bool `json:"enableAdditionalECRAuth"`

// SubassemblyBucketName configures the subassembly bucket
SubassemblyBucketName string `json:"subassemblyBucketName,omitempty"`
// SubassemblyBucketPrefix configures an optional key prefix used for locating subassemblies in the bucket
SubassemblyBucketPrefix string `json:"subassemblyBucketPrefix,omitempty"`
}

type TLS struct {
Expand Down
Loading

0 comments on commit f482e0a

Please sign in to comment.