Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace User Port with Auth Port in main.go #24

Closed
Feyzanrs opened this issue May 19, 2024 · 0 comments
Closed

Replace User Port with Auth Port in main.go #24

Feyzanrs opened this issue May 19, 2024 · 0 comments
Assignees
Labels
Be Be Team enhancement New feature or request medium-priority Important issues to be addressed soon

Comments

@Feyzanrs
Copy link
Member

Feyzanrs commented May 19, 2024

We need to update the cmd/service/main.go file to replace the User port with the Authentication port in the GRPC service configuration.

go pc_grpc.NewGrpc(queryHandler, commandHandler).Serve(internalConfig.Grpc.UserPort)

The updated version of the specified line should be as follows:

go pc_grpc.NewGrpc(queryHandler, commandHandler).Serve(internalConfig.Grpc.AuthenticationPort)

The changes will be merged into the first/hsm/1/create-first branch first. Therefore, set the base branch of the pull request as first/hsm/1/create-first.

@Feyzanrs Feyzanrs added the enhancement New feature or request label May 19, 2024
@octopos-prime octopos-prime added the Be Be Team label May 19, 2024
@Feyzanrs Feyzanrs added the medium-priority Important issues to be addressed soon label May 19, 2024
@Sddilora Sddilora self-assigned this May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Be Be Team enhancement New feature or request medium-priority Important issues to be addressed soon
Projects
None yet
Development

No branches or pull requests

3 participants