Skip to content

Commit

Permalink
header
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms committed Jan 21, 2022
1 parent e366e0d commit 38221c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/dashboard/src/admin/Settings.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Copyright (c) 2022 Gitpod GmbH. All rights reserved.
* Licensed under the GNU Affero General Public License (AGPL).
* See License-AGPL.txt in the project root for license information.
*/

import { AdminGetListResult, WorkspaceAndInstance } from "@gitpod/gitpod-protocol";
import { useState } from "react";
import CheckBox from "../components/CheckBox";
Expand Down
2 changes: 2 additions & 0 deletions components/server/src/auth/rate-limiter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ function getConfig(config: RateLimiterConfig): RateLimiterConfig {
"adminForceStopWorkspace": { group: "default", points: 1 },
"adminRestoreSoftDeletedWorkspace": { group: "default", points: 1 },
"adminSetLicense": { group: "default", points: 1 },
"adminSettingsGetTelemetry": { group: "default", points: 1 },
"adminSettingsSetTelemetry": { group: "default", points: 1 },

"validateLicense": { group: "default", points: 1 },
"getLicenseInfo": { group: "default", points: 1 },
Expand Down

0 comments on commit 38221c8

Please sign in to comment.