mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-09 08:47:50 +08:00
1676979913
A new global option 'ingressRequirePIV' was added, to enable or disable a bastion-wide policy forcing everybody to use only PIV keys.
28 lines
636 B
ReStructuredText
28 lines
636 B
ReStructuredText
==================
|
|
selfDelIngressKey
|
|
==================
|
|
|
|
Remove an ingress public key from your account
|
|
==============================================
|
|
|
|
|
|
.. admonition:: usage
|
|
:class: cmdusage
|
|
|
|
--osh selfDelIngressKey [--id-to-delete|-l ID] [--fingerprint-to-delete|-f FP]
|
|
|
|
.. program:: selfDelIngressKey
|
|
|
|
|
|
.. option:: -l, --id-to-delete ID
|
|
|
|
Directly specify key id to delete (CAUTION!), you can get id with selfListIngressKeys
|
|
|
|
.. option:: -f, --fingerprint-to-delete FP
|
|
|
|
Directly specify the fingerprint of the key to delete (CAUTION!)
|
|
|
|
|
|
If none of these options are specified, you'll be prompted interactively.
|
|
|
|
|