Skip to content

[Fix] Add database User grant #753

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 13 additions & 15 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21889,51 +21889,49 @@ components:
items:
$ref: '#/components/schemas/Grant'
description: >
The grants this User has pertaining to Linodes on this Account.
There will be one entry per Linode on the Account.
The grants this User has for each Linode that is owned by this Account.
database:
type: array
items:
$ref: '#/components/schemas/Grant'
description: >
The grants this User has for each Database that is owned by this Account.
domain:
type: array
items:
$ref: '#/components/schemas/Grant'
description: >
The grants this User has pertaining to Domains on this Account.
There will be one entry per Domain on the Account.
The grants this User has for each Domain that is owned by this Account.
nodebalancer:
type: array
items:
$ref: '#/components/schemas/Grant'
description: >
The grants this User has pertaining to NodeBalancers on this
Account. There will be one entry per NodeBalancer on the Account.
The grants this User has for each NodeBalancer that is owned by this Account.
image:
type: array
items:
$ref: '#/components/schemas/Grant'
description: >
The grants this User has pertaining to Images on this Account.
There will be one entry per Image on the Account.
The grants this User has for each Image that is owned by this Account.
longview:
type: array
items:
$ref: '#/components/schemas/Grant'
description: >
The grants this User has pertaining to Longview Clients on this
Account. There will be one entry per Longview Client on the
Account.
The grants this User has for each Longview Client that is owned by this Account.
stackscript:
type: array
items:
$ref: '#/components/schemas/Grant'
description: >
The grants this User has pertaining to StackScripts on this
Account. There will be one entry per StackScript on the Account.
The grants this User has for each StackScript that is owned by this Account.
volume:
type: array
items:
$ref: '#/components/schemas/Grant'
description: >
The grants this User has pertaining to Volumes on this Account.
There will be one entry per Volume on the Account.
The grants this User has for each Block Storage Volume that is owned by this Account.
Image:
type: object
description: Image object
Expand Down