You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PasswordGrantAuthorizer requires a base_url, username, and password. It optionally takes a token_path_uri, but defaults to /oauth2/token.
The DomainPasswordGrantAuthorizer requires a base_url, username, domain, and password. It optionally takes a token_path_uri, but defaults to /oauth2/token.
The AccessTokenAuthorizer requires base_url, tenant, and token.
Additionally appears that if cloud_based is True, then tenant is a requirement.
https://github.com/nautobot/nautobot-plugin-secrets-providers/blob/f41c609fb98cfead41259b93c3891f62229552b5/nautobot_secrets_providers/providers/delinea.py#L120
This code block doesn't allow for the use of
AccessTokenAuthorizer
which only needs/requires ("base_url", "tenant", "token")This check doesn't allow for a "supported" authorizer using the supported required arguments.
The text was updated successfully, but these errors were encountered: