Skip to content

Commit e8d2eb6

Browse files
Updated Profile collection lish_auth_method field
When third party authentication is enabled, you cannot use password_keys as your lish_auth_method
1 parent e0b706c commit e8d2eb6

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

openapi.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17498,10 +17498,17 @@ components:
1749817498
- keys_only
1749917499
- disabled
1750017500
description: >
17501-
What methods of authentication are allowed when connecting via
17502-
Lish. "keys_only" is the most secure if you intend to use Lish,
17503-
and "disabled" is recommended if you do not intend to use Lish at
17501+
The authentication methods that are allowed when connecting to
17502+
[the Linode Shell (Lish)](https://www.linode.com/docs/platform/manager/using-the-linode-shell-lish/).
17503+
17504+
* `keys_only` is the most secure if you intend to use Lish.
17505+
17506+
* `disabled` is recommended if you do not intend to use Lish at
1750417507
all.
17508+
17509+
* If this account's Cloud Manager authentication type is set to a third party authentication (TPA) method, `password_keys` cannot
17510+
be used as your Lish authentication method. To view this account's Cloud Manager `authentication_type` field, send a request
17511+
to the [View Profile](/api/v4/profile) endpoint.
1750517512
example: keys_only
1750617513
authorized_keys:
1750717514
type: array

0 commit comments

Comments
 (0)