axiomhq/next-axiom

How to pass in Api Token manually?

Opened this issue · 6 comments

We have a custom environment variable flow, and we need to be able to pass in the required api tokens via a function call / as parameters.
Is that possible?

Hey @bahlo is there an update on this?

Hello @schehata?

Hey @bahlo, @schehata is there an update on this?

hi @Tobjoern, sorry it has been a while, so far there is not a way to do that, but I will look into it.

hi @Tobjoern, sorry it has been a while, so far there is not a way to do that, but I will look into it.

Hey @schehata did you find a solution to this?
It should be very easy to implement

its easy to pass it to pass it a fresh instance of the logger, probably you can copy our logger and create your own constructor on it, the problem relies in the serverless api functions where we inject the logger to the request.