AWS
Create Database Role Job
It creates a job that performs the provisioning of default database roles
POST
Body
*/*
The request body resource
Unique identifier of the agent hosting the database resource
Minimum length:
36
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
AWS-specific configuration for the database role creation job
Base prefix for connection names - the role name will be appended to this prefix when creating the database connection (e.g., "prod-postgres-ro")
Example:
"prod-postgres-"
The additional steps to execute
Available options:
create-connections
, send-webhook
Example:
["create-connections", "send-webhook"]
Vault Provider uses HashiCorp Vault to store the provisioned credentials. The target agent must be configured with the Vault Credentials in order for this operation to work
Response
202
application/json
Accepted
Unique identifier for the asynchronous job that will create the database role
Example:
"8F680C64-DBFD-48E1-9855-6650D9CAD62C"