Galip Tolga Erdem

Results 9 issues of Galip Tolga Erdem

![image](https://user-images.githubusercontent.com/25867/188475743-ae7467ac-6b30-42dc-9912-21991b0b4901.png) eShopOnAbp is the main sample for this problem. We are running all the application/microservices on pods. When we are making a login request the **issuer**, it is set to...

problem
eShopOnAbp

![image](https://github.com/abpframework/eShopOnAbp/assets/25867/7fdafa52-c633-49f6-a717-74c7aa0404a2) The public web application is using internal service url as remote-service for the gateway. The images can not be reached.

bug
app-public-mvc

Docker-compose should be updated for keycloak integration. Related to https://github.com/abpframework/eShopOnAbp/issues/206

enhancement

We need to deploy the application after solving the https://github.com/abpframework/eShopOnAbp/issues/197 issue. It can be a pre-release before the `Integrate a new sample microservice written in GoLang (Or python/java)` step. Current...

effort-md
devops

When we had IdentityServer module, we were able to define permissions for the client which is used during the **client_credentials** flow. Since we moved to Keycloak completely, there is no...

bug
enhancement
effort-md

This will cause hosting the angular app in .Net application as [BFF pattern](https://docs.duendesoftware.com/identityserver/v7/samples/bff/). It can be beneficial. Some usefull links: - https://learn.microsoft.com/en-us/samples/dotnet/aspire-samples/aspire-angular-react-vue/ - https://timdeschryver.dev/blog/how-to-include-an-angular-project-within-net-aspire#adding-an-angular-project-to-net-aspire-application-host

Commenting and Rating system can't find the existing user since the users are being synched with Keycloak. After Keycloak user synched, they need to be re-synched with the same ID.

service-cmskit

Investigate easy ways to deploy the Aspire project to Azure. https://prom3theu5.github.io/aspirational-manifests/getting-started.html

effort-sm
devops

We are using: - RabbintMq - MongoDb - Redis - Postgres - Keycloak on docker. Move them to Aspire.

enhancement