Skip to content

Commit

Permalink
all external credentials are managed by awx/aap
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoubl3j committed Jan 29, 2025
1 parent 411f8a3 commit 4adeb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/models/credential.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ class CredentialTypeHelper:
@classmethod
def get_creation_params(cls, cred_type):
if cred_type.kind == 'external':
return dict(namespace=cred_type.namespace, kind=cred_type.kind, name=cred_type.name, managed=False)
return dict(namespace=cred_type.namespace, kind=cred_type.kind, name=cred_type.name, managed=True)
return dict(
namespace=cred_type.namespace,
kind=cred_type.kind,
Expand Down

0 comments on commit 4adeb44

Please sign in to comment.