Skip to content

Commit

Permalink
fix: remove apiKey command
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Jun 28, 2024
1 parent d77c2ee commit 5c4e72e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"address": "127.0.0.1:50053"
}
},
"apiKey": true,
"identity": {
"client": {
"address": "127.0.0.1:50051"
Expand Down Expand Up @@ -89,12 +88,6 @@
]
},
"latestOffset": false,
"setApiKeyCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
"setApiKeyResponse": {
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
},
"configUpdateCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
Expand Down
1 change: 0 additions & 1 deletion src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export class Worker {
.useModule(identityModule({
identitySrvClientConfig: this.cfg.get('identity').client,
config: this.cfg.get('identity'),
apiKey: this.cfg.get('apiKey'),
oidc: this.cfg.get('oidc')
}))
.useModule(resourceModule({config: this.cfg.get('master_data')}))
Expand Down

0 comments on commit 5c4e72e

Please sign in to comment.