Skip to content

Commit

Permalink
add network cred to awx managed entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoubl3j committed Dec 18, 2024
1 parent 2c2b22c commit 3058e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ controller = "awx_plugins.credentials.plugins:controller"
kubernetes_bearer_token = "awx_plugins.credentials.plugins:kubernetes_bearer_token"
registry = "awx_plugins.credentials.plugins:registry"
galaxy_api_token = "awx_plugins.credentials.plugins:galaxy_api_token"
net = "awx_plugins.credentials.plugins:net"

[project.entry-points."awx_plugins.managed_credentials.supported"] # new entry points group name
net = "awx_plugins.credentials.plugins:net"
aws = "awx_plugins.credentials.plugins:aws"
openstack = "awx_plugins.credentials.plugins:openstack"
vmware = "awx_plugins.credentials.plugins:vmware"
Expand Down

0 comments on commit 3058e98

Please sign in to comment.