ansible-powerscale icon indicating copy to clipboard operation
ansible-powerscale copied to clipboard

[FEATURE]: Need Ansible collection support to manage Kerberos settings

Open dileepbg opened this issue 3 years ago • 3 comments

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 avatar Jan 25 '22 07:01 dileepbg

@meshuga @anupamaloke @walker2 @rajendravarma077

dileepbg avatar Jan 25 '22 07:01 dileepbg

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

dileepbg avatar Feb 07 '22 08:02 dileepbg

@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 avatar Feb 08 '22 15:02 anupamaloke