Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update package meta info #31

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions package/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ kind: Function
metadata:
name: function-shell
annotations:
meta.crossplane.io/maintainer: Markus Schweig <humoflife @ github>
meta.crossplane.io/maintainer: Crossplane Maintainers <info@crossplane.io>
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"