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
Router sink in stream apps may want to implement a script and reference the script: app.xxx.router.script=scripts:myStream/router.groovy
We also need a clean way to indicate that the property value is a resource.
Maybe: app.xxx.spring.datasource.password=#{uri('k8sSecret:secretName:secretKey')}
This implies there will be URL handlers as part of a property configuration that are more specific than the existing of file|https|classpath and more.
This probably belongs in other projects. The dependencies should be included in scdf apps so that our users can benefit from the extra resource loaders.
The text was updated successfully, but these errors were encountered:
improve pathway for users to figure out how to store and retrieve secrets with vault and/or config server.
scdf can provide a 'script store' for easy https retrieval. Security implications... any scdf user can see code.?
let's create two github issues.
Examples:
Router sink in stream apps may want to implement a script and reference the script:
app.xxx.router.script=scripts:myStream/router.groovy
We also need a clean way to indicate that the property value is a resource.
Maybe:
app.xxx.spring.datasource.password=#{uri('k8sSecret:secretName:secretKey')}
This implies there will be URL handlers as part of a property configuration that are more specific than the existing of file|https|classpath and more.
This probably belongs in other projects. The dependencies should be included in scdf apps so that our users can benefit from the extra resource loaders.
The text was updated successfully, but these errors were encountered: