mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Noting action name restrictions, and correcting those of auth methods and roles (#19905)
This commit is contained in:
@@ -28,8 +28,8 @@ The table below shows this endpoint's support for
|
||||
### Parameters
|
||||
|
||||
- `Name` `(string: <required>)` - Name is the identifier of the ACL auth method.
|
||||
The name can contain alphanumeric characters, dashes, and underscores. This
|
||||
name must be unique and must not exceed 128 characters.
|
||||
The name can contain alphanumeric characters and dashes. This name must be
|
||||
unique and must not exceed 128 characters.
|
||||
|
||||
- `Type` `(string: <required>)` - ACL auth method type, supports `OIDC` and `JWT`.
|
||||
|
||||
@@ -219,7 +219,7 @@ queries](/nomad/api-docs#blocking-queries) and [required ACLs](/nomad/api-docs#a
|
||||
### Parameters
|
||||
|
||||
- `Name` `(string: <required>)` - Names is the identifier of the ACL auth
|
||||
method. The name can contain alphanumeric characters, dashes, and underscores.
|
||||
method. The name can contain alphanumeric characters and dashes.
|
||||
This name must be unique and must not exceed 128 characters.
|
||||
|
||||
- `Type` `(string: <required>)` - ACL auth role SSO identifier. Currently, the
|
||||
|
||||
@@ -28,7 +28,7 @@ The table below shows this endpoint's support for
|
||||
### Parameters
|
||||
|
||||
- `Name` `(string: <required>)` - Specifies the human-readable name of the ACL
|
||||
Role. The name can contain alphanumeric characters, dashes, and underscores.
|
||||
Role. The name can contain alphanumeric characters and dashes.
|
||||
This name must be unique and must not exceed 128 characters.
|
||||
|
||||
- `Description` `(string: <optional>)` - A free form human-readable description
|
||||
@@ -102,7 +102,7 @@ The table below shows this endpoint's support for
|
||||
updated. Must match payload body and request path.
|
||||
|
||||
- `Name` `(string: <required>)` - Specifies the human-readable name of the ACL
|
||||
Role. The name can contain alphanumeric characters, dashes, and underscores.
|
||||
Role. The name can contain alphanumeric characters and dashes.
|
||||
This name must be unique a must not exceed 128 characters.
|
||||
|
||||
- `Description` `(string: <optional>)` - A free form human-readable description
|
||||
|
||||
Reference in New Issue
Block a user