next-axiom icon indicating copy to clipboard operation
next-axiom copied to clipboard

How to pass in Api Token manually?

Open Tobjoern opened this issue 7 months ago • 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?

Tobjoern avatar Dec 08 '23 11:12 Tobjoern

Hey @bahlo is there an update on this?

Tobjoern avatar Jan 05 '24 18:01 Tobjoern

Hello @schehata?

Tobjoern avatar Jan 18 '24 20:01 Tobjoern

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

Tobjoern avatar Feb 05 '24 18:02 Tobjoern

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

schehata avatar Feb 07 '24 17:02 schehata

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

Tobjoern avatar Feb 20 '24 18:02 Tobjoern

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.

schehata avatar Feb 26 '24 11:02 schehata