Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
loadNotaryConfig
Function loadNotaryConfig
loadNotaryConfig
(
notaryDir
:
string
,
)
:
{
notary
:
{
allowedSignKinds
:
string
[]
;
auth
:
{
enabled
:
boolean
;
headerName
:
string
;
hmacAlg
:
"sha256"
;
maxClockSkewSeconds
:
number
;
tsHeaderName
:
string
;
}
;
backend
:
|
{
keyFile
:
string
;
publicKeyFile
:
string
;
type
:
"FILE_SEALED"
}
|
{
args
:
string
[]
;
command
:
string
;
type
:
"EXTERNAL_SIGNER"
}
;
bindHost
:
string
;
port
:
number
;
rateLimitPerMinute
:
number
;
unixSocketPath
:
string
|
null
;
version
:
1
;
}
;
}
Parameters
notaryDir
:
string
Returns
{
notary
:
{
allowedSignKinds
:
string
[]
;
auth
:
{
enabled
:
boolean
;
headerName
:
string
;
hmacAlg
:
"sha256"
;
maxClockSkewSeconds
:
number
;
tsHeaderName
:
string
;
}
;
backend
:
|
{
keyFile
:
string
;
publicKeyFile
:
string
;
type
:
"FILE_SEALED"
}
|
{
args
:
string
[]
;
command
:
string
;
type
:
"EXTERNAL_SIGNER"
}
;
bindHost
:
string
;
port
:
number
;
rateLimitPerMinute
:
number
;
unixSocketPath
:
string
|
null
;
version
:
1
;
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...