Skip to content

Commit

Permalink
Merge pull request #75 from thedoubl3j/add_network
Browse files Browse the repository at this point in the history
add network cred to awx managed entry point
  • Loading branch information
thedoubl3j authored Jan 7, 2025
2 parents 53ebc59 + 3058e98 commit 01d6666
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 01d6666

Please sign in to comment.