From 69934b42a9020926ddc5b90048ba65d392f4b005 Mon Sep 17 00:00:00 2001 From: humoflife Date: Thu, 19 Dec 2024 13:45:34 -0800 Subject: [PATCH 1/2] update package meta info Signed-off-by: humoflife --- package/crossplane.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package/crossplane.yaml b/package/crossplane.yaml index f1454a3..596dbe9 100644 --- a/package/crossplane.yaml +++ b/package/crossplane.yaml @@ -4,13 +4,14 @@ kind: Function metadata: name: function-shell annotations: - meta.crossplane.io/maintainer: Markus Schweig + meta.crossplane.io/maintainer: Crossplane Maintainers meta.crossplane.io/source: github.com/crossplane-contrib/function-shell meta.crossplane.io/license: Apache-2.0 meta.crossplane.io/description: | - A function for running shell commands. + 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. meta.crossplane.io/readme: | - A function for running shell commands. + 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). + 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. spec: crossplane: version: ">=v1.14.0-up.1" From 943f13cfede5fdca126c3079686bb63f4d8d5f4e Mon Sep 17 00:00:00 2001 From: humoflife Date: Thu, 19 Dec 2024 14:00:07 -0800 Subject: [PATCH 2/2] fix spacing Signed-off-by: humoflife --- package/crossplane.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/crossplane.yaml b/package/crossplane.yaml index 596dbe9..f0b7183 100644 --- a/package/crossplane.yaml +++ b/package/crossplane.yaml @@ -4,7 +4,7 @@ kind: Function metadata: name: function-shell annotations: - meta.crossplane.io/maintainer: Crossplane Maintainers + meta.crossplane.io/maintainer: Crossplane Maintainers meta.crossplane.io/source: github.com/crossplane-contrib/function-shell meta.crossplane.io/license: Apache-2.0 meta.crossplane.io/description: |