Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
added bind compute vars to storage
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlewis42 committed Oct 31, 2018
1 parent 055d95a commit 5a25eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brokerapi/brokers/storage/definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ func serviceDefinition() *broker.ServiceDefinition {
},
},
},
BindComputedVariables: accountmanagers.ServiceAccountBindComputedVariables(),
ProviderBuilder: func(projectId string, auth *jwt.Config, logger lager.Logger) broker.ServiceProvider {
bb := broker_base.NewBrokerBase(projectId, auth, logger)
return &StorageBroker{BrokerBase: bb}
Expand Down

0 comments on commit 5a25eba

Please sign in to comment.