Skip to content

Instantly share code, notes, and snippets.

@chumaknadya
Created November 4, 2020 11:30
Show Gist options
  • Save chumaknadya/145012eedd698ccef81b158dc7dcbaa6 to your computer and use it in GitHub Desktop.
Save chumaknadya/145012eedd698ccef81b158dc7dcbaa6 to your computer and use it in GitHub Desktop.
roles:
- superadmin
- admin
- manager
- accountant
- compliance
- support
- technical
- member
- broker
- trader
- maker
- provider
- service_account
admin_permissions:
superadmin:
manage:
- Operations::Account
- Operations::Asset
- Operations::Expense
- Operations::Liability
- Operations::Revenue
- Deposit
- Withdraw
- Account
- PaymentAddress
- Member
- Engine
- WithdrawLimit
- Market
- Currency
- Blockchain
- TradingFee
- Wallet
- Adjustment
- Beneficiary
read:
- Trade
- Order
update:
- Order
admin:
read:
- Trade
- Account
- PaymentAddress
- Member
- Order
- Currency
- Blockchain
update:
- Order
- Member
- Currency:
- name
- symbol
- position
- icon_url
- Blockchain:
- name
- explorer_address
- explorer_transaction
manage:
- Beneficiary
- Operations::Account
- Operations::Asset
- Operations::Expense
- Operations::Liability
- Operations::Revenue
- Engine
- Market
- Wallet
- WithdrawLimit
- TradingFee
- Adjustment
- Deposit
- Withdraw
accountant:
read:
- Operations::Account
- Operations::Asset
- Operations::Expense
- Operations::Liability
- Operations::Revenue
- Member
- Deposit
- Withdraw
- Account
- PaymentAddress
- Beneficiary
update:
- Deposit
- Withdraw
create:
- Deposits::Fiat
- Adjustment
compliance:
read:
- Operations::Account
- Operations::Asset
- Operations::Expense
- Operations::Liability
- Operations::Revenue
- Member
- Deposit
- Withdraw
- Account
- PaymentAddress
- Beneficiary
update:
- Deposit
- Withdraw
manager:
read:
- Operations::Account
- Operations::Asset
- Operations::Expense
- Operations::Liability
- Operations::Revenue
- Deposit
- Withdraw
- Account
- PaymentAddress
- Beneficiary
- Member
- Trade
- Order
manage:
- Currency
- Blockchain
support:
read:
- Deposit
- Withdraw
- Account
- Member
technical:
read:
- Operations::Account
- Operations::Asset
- Operations::Expense
- Operations::Liability
- Operations::Revenue
- Deposit
- Withdraw
- Account
- PaymentAddress
- Beneficiary
- Member
manage:
- Engine
- Market
- Currency
- Blockchain
- TradingFee
- Wallet
user_permissions:
member:
manage: all
superadmin:
manage: all
admin:
manage: all
accountant:
manage: all
compliance:
manage: all
manager:
manage: all
support:
manage: all
technical:
manage: all
broker:
manage: all
trader:
manage: all
maker:
manage: all
service_account:
manage: all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment