Skip to content

Commit d0f952a

Browse files
authored
Merge pull request #1054 from devtron-labs/chore-audit-logs-flag
chore: Audit logs flag
2 parents 176fa20 + 49032fd commit d0f952a

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "4.0.9",
3+
"version": "4.0.10",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ export interface customEnv {
210210
FEATURE_ATHENA_DEBUG_MODE_ENABLE?: boolean
211211
/** Org ID for grafana */
212212
GRAFANA_ORG_ID?: number
213+
FEATURE_AUDIT_LOG_ENABLE?: boolean
213214
}
214215

215216
export enum InstallationType {

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ export interface customEnv {
194194
* @default false
195195
*/
196196
FEATURE_NODE_AUTOSCALER_ENABLE?: boolean
197+
FEATURE_AUDIT_LOG_ENABLE?: boolean
197198
}
198199

199200
declare global {

0 commit comments

Comments
 (0)