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

Support tapiro auth type in metarpheus #204

Open
gabro opened this issue Mar 19, 2020 · 4 comments
Open

Support tapiro auth type in metarpheus #204

gabro opened this issue Mar 19, 2020 · 4 comments
Assignees

Comments

@gabro
Copy link
Member

gabro commented Mar 19, 2020

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

@raasoft
Copy link

raasoft commented Mar 8, 2021

@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?

@lvolp
Copy link
Contributor

lvolp commented Mar 8, 2021

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

private[this] val isAuthToken = (t: MetarpheusType) => t == MetarpheusType.Name("AuthToken")
viene considerato solo se si chiama "AuthToken".
Fixando quello basterebbe chiamare il tipo "Auth" in tapiro, per far funzionare metarpheus

@lvolp
Copy link
Contributor

lvolp commented Mar 10, 2021

Potrei aver trovato un fix che modifica solo tapiro in #356

@tpetrucciani
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants