You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
Currently dockerfile functions are allowed universally in the cluster or not. It would be nice to be able to share a cloud while forcing most users to use one of the cluster-approved templates.
Current Behaviour
It's either enabled or not.
Possible Solution
Add a new option "acl". If set, check if the username in the CUSTOMERS file has " dockerfile" listed:
admin-username dockerfile
squire
This solution keeps things simple.
The text was updated successfully, but these errors were encountered:
Sure. I would like to deploy an OpenFaaS cloud cluster where only "admin" users can use the dockerfile template. This allows the admin user to experiment with other workloads while keeping the cluster a little more locked down for standard users to encourage the use of templates.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behaviour
Currently dockerfile functions are allowed universally in the cluster or not. It would be nice to be able to share a cloud while forcing most users to use one of the cluster-approved templates.
Current Behaviour
It's either enabled or not.
Possible Solution
Add a new option "acl". If set, check if the username in the CUSTOMERS file has " dockerfile" listed:
This solution keeps things simple.
The text was updated successfully, but these errors were encountered: