-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support tapiro auth type in metarpheus #204
Comments
@tpetrucciani sembrerebbe che in TL abbiamo bisogno di questo fix. Visto che eri preso bene con #203 ti andrebbe di fare anche questo visto che sai già di cosa parliamo? |
qualche tempo fa avevamo avuto stesso problema in Banksealer. Ne avevo parlato con @gabro e avevamo visto che nonostante in tapiro il token sia un type parameter qui
Fixando quello basterebbe chiamare il tipo "Auth" in tapiro, per far funzionare metarpheus |
Potrei aver trovato un fix che modifica solo tapiro in #356 |
@lvolp Visto, grazie, ho lasciato due commentini ma in generale direi ottimo, soprattutto per il momento. Poi dovremmo dare una ripulita a tutto il giro metarpheus/tapiro, però intanto applichiamo questo se corregge quel problema. |
Currently we hardcode
Auth
, but tapiro allows the controller to specify an auth type.In short, we need to modify metarpheus to use the type extracted from the controller if present
retro/metarpheus/core/src/main/scala/io.buildo.metarpheus/core/extractors/controller.scala
Line 16 in 907381f
The text was updated successfully, but these errors were encountered: