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
:authenticator: The authenticator type (e.g. authn-k8s, authn-oidc).
:service_id: The name of the authenticator from the policy (!webservice <service_id>) - this is optional param.
:account: The Conjur account in which to enable this authenticator.
Request Content Type:
application/x-www-form-urlencoded
Body:
The Authenticator patch endpoint takes a single parameter, enabled, which
may be set to either true to enable the authenticator (add it to the whitelist)
or false to disable the authenticator (remove it from the whitelist).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Cannot enable GCP authenticator using the authenticator API, the authenticator endpoint is not supporting authenticator that doesn't have service-id.
Describe the solution you would like
change the service-id to be optional parameter in the API endpoint
Additional context
The authenticator new API will update accordingly
URL:
Method:
PATCH
URL Parameters:
:authenticator
: The authenticator type (e.g.authn-k8s
,authn-oidc
).:service_id
: The name of the authenticator from the policy (!webservice <service_id>
) - this is optional param.:account
: The Conjur account in which to enable this authenticator.Request Content Type:
application/x-www-form-urlencoded
Body:
The Authenticator patch endpoint takes a single parameter,
enabled
, whichmay be set to either
true
to enable the authenticator (add it to the whitelist)or
false
to disable the authenticator (remove it from the whitelist).The text was updated successfully, but these errors were encountered: