Skip to content

Commit 0c21e1d

Browse files
committed
toil(front): format Dockerfile, add missing ee admin roles
1 parent 8cd7c35 commit 0c21e1d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

front/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN mix sentry_recompile && mix compile --warnings-as-errors
4545
# -- elixir stage
4646

4747
# -- node stage
48-
FROM node:16-alpine as node
48+
FROM node:16-alpine AS node
4949
WORKDIR /assets
5050
COPY front/assets/package.json front/assets/package-lock.json ./
5151
RUN npm set progress=false && npm install

helm-chart/templates/configmaps/roles.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ data:
201201
- "organization.dashboards.view"
202202
- "organization.dashboards.manage"
203203
- "organization.instance_git_integration.manage"
204+
- "organization.service_accounts.view"
205+
- "organization.service_accounts.manage"
204206
- name: "Admin"
205207
description: "Admins can modify settings within the organization or any of its projects. However, they do not have access to billing information, and they cannot change general organization details, such as the organization name and URL."
206208
maps_to: "Admin"
@@ -238,6 +240,8 @@ data:
238240
- "organization.custom_roles.view"
239241
- "organization.dashboards.view"
240242
- "organization.dashboards.manage"
243+
- "organization.service_accounts.view"
244+
- "organization.service_accounts.manage"
241245
- "project.delete"
242246
- name: "Member"
243247
description: "Members can access the organization's homepage and the projects they are assigned to. However, they are not able to modify any settings."

0 commit comments

Comments
 (0)