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

[FEATURE] Cluster Policies Resource #29

Closed
stikkireddy opened this issue May 1, 2020 · 0 comments · Fixed by #130 or #132
Closed

[FEATURE] Cluster Policies Resource #29

stikkireddy opened this issue May 1, 2020 · 0 comments · Fixed by #130 or #132
Assignees
Labels
feature New feature or request

Comments

@stikkireddy
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I would like to be able to create cluster policies and cluster policy permissions. Please read more about it here in terms of the features they enable: https://docs.databricks.com/dev-tools/api/latest/policies.html#cluster-policy-permissions-api, https://docs.databricks.com/administration-guide/clusters/policies.html

Describe the solution you'd like
This requires:

  1. Client implementation to communicate with cluster policies api & cluster policy permissions api
  2. Resource object to create or destroy Cluster policy object where cluster policy permissions will be a block type in the cluster policy object.
  3. Documentation update describing the attributes of the cluster policy and permissions object & usage.

Describe alternatives you've considered
Other alternatives could be that the cluster policy and the cluster policy permissions can be other objects to make it easier to manage but, the permissions objects themselves are not really reusable or create able. So from a crud stand point it does not make much sense.

Additional context
Please read these docs for more information: https://docs.databricks.com/dev-tools/api/latest/policies.html#cluster-policy-permissions-api, https://docs.databricks.com/administration-guide/clusters/policies.html

@stikkireddy stikkireddy added the feature New feature or request label May 1, 2020
@nfx nfx self-assigned this May 29, 2020
@nfx nfx closed this as completed Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
2 participants