ansible / awx-resource-operator

41 stars 34 forks source link

Deprecate the tower_auth_secret in favor of a new connection_secret #79

Closed rooftopcellist closed 1 year ago

rooftopcellist commented 1 year ago

We should rename the tower_auth_secret to connection_secret. In order to not break existing deployments though, tower_auth_secret should be deprecated, but logic to conditionally use either should be added.

It should preferentially use connection_secret if provided.

cooktheryan commented 1 year ago

/assign cooktheryan