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

Allow users to query non-sensitive Enarx.toml properties from drawbridge #261

Open
definitelynobody opened this issue Sep 3, 2022 · 0 comments

Comments

@definitelynobody
Copy link
Contributor

definitelynobody commented Sep 3, 2022

Some information in the Enarx.toml is exposed to the host when running in enarx. The host should have a right to view this before actually executing a workload. This would make enarx/enarx#2148 redundant.

In a client side application using Enarx the application could ask the user if they would like to grant those resources to a workload.

In a server side application an error could be displayed to an administrator that resources requested in the Enarx.toml will not be available, must be reconfigured, etc.

Returning an Enarx.toml with any possible secret data removed or marked as Unknown might be a nice way to implement this.

If packages are ever encrypted on the server side then this must be provided in a Resources.toml or something which is not encrypted.

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