Abrir Fechadas

Override-abpapplication-configuration-api #3586


User avatar
0
vijay.nallala criada
  • ABP Framework version: v5.3.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I am referring below

https://support.abp.io/QA/Questions/3235/Override-abpapplication-configuration-api

#3235 I could not find public method that can be override some data.

below we are trying reduce load not load all auth data. some auth not required for gatewayapi level.

lets say if request coming from internal api1 -- auth should load only api1 data and send api1 - app configuration, same for api2 . but using micro service app configuration giving all service data which we need apply filter based on resource or scope.


6 resposta (s)
  • User Avatar
    0
    vijay.nallala criada

    to more clear see bloew we need to override auth and localization props. please suggest

  • User Avatar
    0
    vijay.nallala criada

    added more info

  • User Avatar
    1
    maliming criada
    Equipe de Apoio Fullstack Developer

    hi

    https://community.abp.io/posts/extending-the-application-configuration-endpoint-hj229c4r

  • User Avatar
    0
    vijay.nallala criada

    @maimling - why it closed I am asking the override functionality your referring the extension. please advise

  • User Avatar
    0
    vijay.nallala criada

    all protected virtual must be public so that we can override which methods/props. it doesn't make sense making as protected

  • User Avatar
    0
    maliming criada
    Equipe de Apoio Fullstack Developer

    hi I will updapte all methods to virtual in next version , You can implement the IAbpApplicationConfigurationAppService interface now. copy the code from AbpApplicationConfigurationAppService

Made with ❤️ on ABP v8.2.0-preview Updated on março 25, 2024, 15:11