mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
client: ignore override errors in command overrides
This fixes API initialization errors when the remote server does not have the overriden command. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
@@ -493,7 +493,7 @@ class vault_mod(Local):
|
||||
return response
|
||||
|
||||
|
||||
@register(override=True)
|
||||
@register(override=True, no_fail=True)
|
||||
class vaultconfig_show(MethodOverride):
|
||||
def forward(self, *args, **options):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user