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]: Need Ansible collection support to manage Kerberos settings #19

Open
dileepbg opened this issue Jan 25, 2022 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@dileepbg
Copy link

Describe the solution you'd like
Currently, we have support for all other authentication providers except Kerberos. Please add the support to configure Kerberos related settings.

Describe alternatives you've considered
Still Evaluating.

Additional context

@dileepbg
Copy link
Author

@anupamaloke anupamaloke added the enhancement New feature or request label Jan 25, 2022
@dileepbg
Copy link
Author

dileepbg commented Feb 7, 2022

@anupamaloke when can we expect these new enhancements to be available. is there any timelines for the future releases.

@anupamaloke
Copy link
Collaborator

@dileepbg, we are actively looking into these feature requests. There is already an in-flight Q1 release for PowerScale ansible modules that the team is currently working on and which will be released next month. Post that, the team will be picking these requirements for planning.

In the meantime, one way to achieve this would be by making direct REST API calls using the ansible.builtin.uri module to the PowerScale REST APIs:

  • List all KRB5 providers: /platform/1/auth/providers/krb5
  • Create a new KRB5 provider: /platform/1/auth/providers/krb5
  • Delete the KRB5 provider: /platform/1/auth/providers/krb5/{v1ProvidersKrb5Id}
  • Retrieve the KRB5 provider: /platform/1/auth/providers/krb5/{v1ProvidersKrb5Id}
  • Modify the KRB5 provider: /platform/1/auth/providers/krb5/{v1ProvidersKrb5Id}

Also, let us know if you would like to contribute a working module. That would really be awesome and we will work with you to take the contribution forward.

@anupamaloke anupamaloke added this to the v1.8.0 milestone Jul 1, 2022
@anupamaloke anupamaloke modified the milestones: v1.8.0, v1.9.0 Sep 22, 2022
@anupamaloke anupamaloke removed this from the v1.9.0 milestone Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants