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

New Vault 1.10+ token format is not supported #18

Open
lisitsky opened this issue Nov 30, 2023 · 1 comment
Open

New Vault 1.10+ token format is not supported #18

lisitsky opened this issue Nov 30, 2023 · 1 comment

Comments

@lisitsky
Copy link

Problem

The current plugin does not work with new vault 1.10+ tokens.

Env

  • Datagrip Vault Plugin 1.3.2
  • Vault 1.15+
  • Goland 2023.2

Steps to reproduce

  1. Take new Vault 1.10+ instance
  2. Configure the plugin to use it.
  3. Authorize in Vault, get token.
  4. Try to get credentials using the plugin.

Awaited

ok

Got

fail

Possible Reason

Since version 1.10 Vault has changed token format
token format

Developer documentation on Tokens states, that:

Warning
Tokens are opaque values so their structure is undocumented and subject to change. Scripts and automations that rely on the internal structure of a token in scripts will break.

@froque
Copy link
Member

froque commented Nov 30, 2023

Illegal character in authority at index 8: https://vault-new. this seems to be a bad URL. Please check for any weird characters in URL.

The change in token format should not matter for this plugin.

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

No branches or pull requests

2 participants