rooso

Results 10 comments of rooso

Got same error, AWX Version 21.1.0 is running on vSphere Tanzu

Thanks for your fast reply. The issue isn't with the $extra_args.server or in Posh with the "-Server" parameter. However this seems not be enough for Get-ADPrincipalGroupMembership. As soon as i...

The Domain Controller is Windows Server 2012 R2 and has WMF 4.0 - but I guess this doesn't mather. The target server (delegate_to) is Windows Server 2016 and has WMF...

I've done that, as well directly on the windows server 2012 R2 DC: `Unhandled exception while executing module: The server is not operational` Tried it with and without delegate_to and...

@larrybg I have done a pull request to fix this issue for further usage. So far you could just change the line 131 of the file win_domain_user.ps1 from `$groups =...

Thanks a lot Ryan, for this amazing tool! We're planning to implement it in our enviroment. After some testing, i stumbled over the need for specific excludes of users. As...

Hi all, found a workaround in another issues. This will not fix the UI error "Something went wrong..." but at least LDAP authentication is working properly 😃 https://github.com/ansible/awx-operator/issues/642 https://github.com/ansible/awx-operator/pull/961 Fix...

Hi @reyerdam, please take a closer look at my example. In my case I had to set `AUTH_LDAP_GROUP_TYPE` to the following: ``` - setting: AUTH_LDAP_GROUP_TYPE value: "NestedActiveDirectoryGroupType(name_attr='cn')" ```

Discovered a new kubernetes application deployment that needs secrets with `stringData`. ArgoCD and Pinniped are two of them.

Hi @cfryanr, I'll jump in here and provide my use case :) I'm talking about the `spec.tls.certificateAuthorityData` field of `JWTAuthenticator`. You're right, there is no confidential data involved in this...