-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: concourse-supporttype: bug
Milestone
Description
Describe the bug
concourse-language-server incorrectly defines uri
, should instead be url
according to the docs: https://concourse-ci.org/vars.html#schema.var_source
I know var_sources
is flagged as "experimental", and uri
may have been used in the past, but I've been using url
without issue for the past year.
I'd be happy to raise a PR if you agree with changing uri
to url
.
To Reproduce
Define a vault
var_source
type, with a VaultConfig that includes the correct field, url
. This gives an error:
Unknown property 'url' for type 'VaultConfig'vscode-concourse' (YamlSchemaProblem)
Sample
var_sources:
- name: vault-aws-engine-account
type: vault
config:
url: https://my-vault-server.io
path_prefix: aws
auth_backend: approle
auth_params:
role_id: concourse-access-role_id
secret_id: concourse-access-secret_id
Metadata
Metadata
Assignees
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: concourse-supporttype: bug