Skip to content

Fix unreachable code errors in Vault provider #53437

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dominikhei
Copy link
Contributor


related: #53395

connections_path: str = "connections",
variables_path: str = "variables",
config_path: str = "config",
connections_path: str | None = "connections",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does connection paths are optional i think atleast these are mandatory to work ?
cc: @amoghrajesh adding as you mostly worked related to connection any thoughts ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assumed they are nullable as in line 50 it says (default: 'connections'). If set to None (null), requests for connections will not be sent to Vault.

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

Successfully merging this pull request may close these issues.

2 participants