Actions/Hashicorp Vault integration

Does anyone have a working implementation of a Gitea Action workflow fetching secrets from Hashicorp Vault? There’s an existing GitHub Action which I’ve used to great effect at $DAY_JOB (with GitHUB actions, not Gitea Actions), but I can’t get my head around how to authenticate to Vault from GiteaActions:

I’m hitting exactly the same problem. Did you come up with a resolution for this?

I’ve just spent time reading up on the various Issues / PRs associcated with this, so glad it’s got a milestone attached to it now and thanks for all your work!

As that milestone is set for August of this year, I’m interested as to what your workaround is for the meantime? The solution I’ve “settled” on until OIDC comes along is using an AppRole and some quirkly policy combinations to minimise any potential damage, accepting I cannot make it perfect.