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

Giving Bash a REST with OpenFaaS #259

Open
alexellis opened this issue Dec 1, 2021 · 0 comments
Open

Giving Bash a REST with OpenFaaS #259

alexellis opened this issue Dec 1, 2021 · 0 comments

Comments

@alexellis
Copy link
Member

alexellis commented Dec 1, 2021

What would you like to let us know?

I'd like to see a blog post on writing functions with bash called: Giving Bash a REST with OpenFaaS

Context

Many DevOps/sysadmin users are comfortable with bash and CLI tools. Bash can make simple tasks and existing tools easy to use such as terraform and various cloud CLIs.

One of the challenges is visibility - showing people that this can be done.

The other is authentication - if you attach a cloud access token to a bash function, and anyone can provision a VM - that's a terrible idea. So how do you authenticate?

Thirdly, how do you take clean output from a bash function and filter that out so it can be used with another process or function?

The blog post should cover these topics and give examples using the openfaas bash template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant