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
The current implementation of ubbagent is requiring to provide a configuration via JSON config.
Unfortunately, marketplace-k8s-app-tools default deployer is providing encodedServiceAccountKey, consumerId etc as Kubernets secrets.
K8s secrets can be mounted into Pod as File or as ENV vars. To make consumers live easy, it would nice to have another way of providing encodedServiceAccountKey and Ids into ubbagent library.
Something Keys/Secrets files path or knows ENV vars.
Similar to https://github.com/golang/oauth2/blob/ef147856a6ddbb60760db74283d2424e98c87bff/google/default.go#L43
The text was updated successfully, but these errors were encountered:
The current implementation of ubbagent is requiring to provide a configuration via JSON config.
Unfortunately, marketplace-k8s-app-tools default deployer is providing encodedServiceAccountKey, consumerId etc as Kubernets secrets.
K8s secrets can be mounted into Pod as File or as ENV vars. To make consumers live easy, it would nice to have another way of providing encodedServiceAccountKey and Ids into ubbagent library.
Something Keys/Secrets files path or knows ENV vars.
Similar to https://github.com/golang/oauth2/blob/ef147856a6ddbb60760db74283d2424e98c87bff/google/default.go#L43
The text was updated successfully, but these errors were encountered: