Skip to content

Commit a905f7e

Browse files
authored
Merge pull request #31 from crossplane-contrib/humoflife/crossplane-package-meta-info-update
update package meta info
2 parents 8b745a0 + 943f13c commit a905f7e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package/crossplane.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ kind: Function
44
metadata:
55
name: function-shell
66
annotations:
7-
meta.crossplane.io/maintainer: Markus Schweig <humoflife @ github>
7+
meta.crossplane.io/maintainer: Crossplane Maintainers <[email protected]>
88
meta.crossplane.io/source: github.com/crossplane-contrib/function-shell
99
meta.crossplane.io/license: Apache-2.0
1010
meta.crossplane.io/description: |
11-
A function for running shell commands.
11+
A Crossplane function for running shell commands. This function can be used to run any shell commands and receive the output of the commands in a status field.
1212
meta.crossplane.io/readme: |
13-
A function for running shell commands.
13+
A function for running shell commands. Please see the [function-shell repository](https://github.com/crossplane-contrib/function-shell) for use case [examples](https://github.com/crossplane-contrib/function-shell/tree/main/example).
14+
Use cases include but are not limited to enumeration of observability dashboards, IAM roles, security groups, and other resources. When performing tasks that require role based authentication, please limit the function's permissions to the use case to reduce its attack surface.
1415
spec:
1516
crossplane:
1617
version: ">=v1.14.0-up.1"

0 commit comments

Comments
 (0)