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

Eliminate requirement for permission to “Manage Secure Execution Keys” task #485

Open
andy-maier opened this issue Feb 29, 2024 · 0 comments
Labels
area: code type: enhancement New feature or request

Comments

@andy-maier
Copy link
Member

On z16, the exporter currently requires permission for the “Manage Secure Execution Keys” task for the HMC userid that is used.

This is a new task on z16 and is required to perform the ‘Get CPC Properties’ operation, where some of the returned properties require that permission.

Since these properties are not used by the exporter, it would be good if the requirement for the permission could be dropped by performing the ‘Get CPC Properties’ operation with specific properties that are needed, instead of pulling all of them. This requires some care, because the default behavior of the zhmcclient library when a property is accessed that is not locally present, is to pull all properties.

@andy-maier andy-maier added type: enhancement New feature or request area: code labels Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: code type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant