Auth server that authenticates based on Interledger payment.
- Type: Number
- Description: The amount required to have been paid to grant authorization. Denominated in receiver's asset (code and scale).
- Type: String
- Description: The port that webhook server will listen on.
- Default: 8080
- Type: String
- Description: Kubernetes user as whom valid tokens grant authorization.
- Type: String
- Description: URL of the receipt verifier with which to deduct paid balances.
Kubernetes webhook token authentication endpoint for requests to the Kubernetes API Server.
This is intended for requests to create Codius services. The token is expected to be the Web Monetization requestId
from visiting the Codius host's home page.
Grants authentication as RBAC_USER
after successfully debiting AUTH_PRICE
from the token's balance at the receipt verifier.