Skip to content

Commit

Permalink
Merge pull request #111 from jancajthaml-openbank/bugfix/vault-create…
Browse files Browse the repository at this point in the history
…-account

bugfix tenant missing in actor system
  • Loading branch information
jancajthaml authored Jun 26, 2019
2 parents e0329d1 + 53c1963 commit 946f0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/debian_amd64/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: fio-bco
Version: 1.2.4+account-format
Version: 1.2.6+vault-create-account
Section: misc
Priority: extra
Architecture: amd64
Expand Down
1 change: 1 addition & 0 deletions services/fio-bco-import/actor/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func NewActorSystem(ctx context.Context, tenant string, lakeEndpoint string, fio
Support: system.NewSupport(ctx, "FioUnit/"+tenant, lakeEndpoint),
Storage: storage,
Metrics: metrics,
Tenant: tenant,
FioGateway: fioEndpoint,
LedgerGateway: ledgerEndpoint,
VaultGateway: vaultEndpoint,
Expand Down

0 comments on commit 946f0bc

Please sign in to comment.