You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.
What happened:
Tried setting certificate_authority: ((k8s-ca-cert)) to a variable stored in Vault which is base64 encoded (since Vault doesn't appear to like our multiline PEMs.
What you expected to happen:
It would be nice if the resource could detect a one-line string provided for certificate_authority, and base64 decode it (revealing the multi-line base64 encoded PEM).
How to reproduce it (as minimally and precisely as possible):
- name: k8s-clustertype: kubernetessource:
server: ((kubernetes_server_url))certificate_authority: ((kubernetes_ca_cert))namespace: ((kubernetes_namespace))token: ((kubernetes_token))# We have to fall back to insecure, or run a task to pull in the b64 string as an environment # variable and decode it, and locate the file in the following steps.#insecure_skip_tls_verify: true
Anything else we need to know?:
No
Environment:
Concourse CI version: (use fly --version): 3.14.1
kubernetes-resource image version: 1.8
Others:
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST?:
What happened:
Tried setting
certificate_authority: ((k8s-ca-cert))
to a variable stored in Vault which is base64 encoded (since Vault doesn't appear to like our multiline PEMs.What you expected to happen:
It would be nice if the resource could detect a one-line string provided for
certificate_authority
, and base64 decode it (revealing the multi-line base64 encoded PEM).How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
No
Environment:
fly --version
): 3.14.1The text was updated successfully, but these errors were encountered: