You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: