Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Allow Binding To A Package and Supply Parameters #97

@allen-servedio

Description

@allen-servedio

Packages can have parameters (see #96) that allow users to pass in common values to all actions/feeds defined within the package. To take advantage of this, users often have to create a binding to that package with the parameters that they want to send: https://github.com/apache/incubator-openwhisk/blob/master/docs/packages.md#creating-and-using-package-bindings

As noted in #96, this could allow someone to bind database credentials to a package that interacts with that database. The binding creates an instance of that package with the parameters defined. When the actions in a package are referenced through this binding, they receive the values defined by the binding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions