- Issue created by @colan
- 🇨🇦Canada colan Toronto 🇨🇦
We started working on a patch for this, but ran into some other priorities. Will have to come back to this later if nobody else does.
- 🇫🇷France guignonv Montpellier
I support the idea of using tokens and there may be other places where it could be useful as well.
But it means we will need the token module as a requirement right? (I didn't play with the token module in my modules since Drupal 7!) Not a big deal though... - 🇨🇦Canada colan Toronto 🇨🇦
I think most of that token functionality is in core now, except for the token browser (for that you need the Token module → ), but what I have in my head could be out-of-date. Actually this seems true as of Drupal 7! See https://www.drupal.org/documentation/modules/token → .
So no, we don't need to add that dependency.
- Merge request !71Issue #3506799: Replace the token when setting the API key header. → (Merged) created by colan
- 🇨🇦Canada colan Toronto 🇨🇦
Just a one-liner so far, but we should probably use dependency injection, injecting the `token` service into the RestClient.
- 🇫🇷France guignonv Montpellier
Looks good to me. But it means we have to add the (core) token module as a dependency. I fixed tests accordingly. They pass on my environment but not on GitLab pipeline, probably because of the new dependency? Weird.
- 🇫🇷France guignonv Montpellier
@colan feel free to merge when you thinks it is ok.
- 🇨🇦Canada colan Toronto 🇨🇦
I did the following:
- Placed the token service in StorageClientBase so all clients can use it.
- Fixed the namespace path to the token service.
- Removed the Token module as dependency as this is Core functionality.
@guignonv: What do you think? Can we merge?
Would also be nice to cut a new beta after we get this in; I can do this if you'd like.
- 🇫🇷France guignonv Montpellier
Looks good to me. Yes, we can merge. I agree it should be a core requirement as it is very useful everywhere. A new beta would be needed indeed. The roadmap should be updated accordingly.
I'll have to check the storage plugins I manage to have them updated when needed (if they override the base constructor) but I'll need that new xntt beta release before. - 🇨🇦Canada colan Toronto 🇨🇦
Looks like if you merge it from here, it squashes it. I don't like that. Will do it from GitLab next time.
Automatically closed - issue fixed for 2 weeks with no activity.