iguazio.dashboard-controls 1.2.15 → 1.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/SECURITY.md ADDED
@@ -0,0 +1,21 @@
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ Use this section to tell people about which versions of your project are
6
+ currently being supported with security updates.
7
+
8
+ | Version | Supported |
9
+ | ------- | ------------------ |
10
+ | 5.1.x | :white_check_mark: |
11
+ | 5.0.x | :x: |
12
+ | 4.0.x | :white_check_mark: |
13
+ | < 4.0 | :x: |
14
+
15
+ ## Reporting a Vulnerability
16
+
17
+ Use this section to tell people how to report a vulnerability.
18
+
19
+ Tell them where to go, how often they can expect to get an update on a
20
+ reported vulnerability, what to expect if the vulnerability is accepted or
21
+ declined, etc.
@@ -93,6 +93,7 @@
93
93
  "EDIT_FUNCTION_EVENT": "Edit the function event",
94
94
  "EDIT_PROJECT": "Edit the project",
95
95
  "ENDPOINT": "Endpoint",
96
+ "ENRICHED_SERVICE_ACCOUNT": "Enriched service account",
96
97
  "ENTER_HOST_TO_SEE_ENDPOINT": "Enter host to see endpoint",
97
98
  "ERROR_MSG": {
98
99
  "COULD_NOT_READ_FILE": "Could not read file",
@@ -329,6 +330,7 @@
329
330
  "DISABLE_CACHE": "Build the function's Docker image from scratch without reusing any previously built Docker image layers.",
330
331
  "DISABLED_FUNCTION": "Only running and scaled-to-zero functions can be tested.",
331
332
  "DO_NOT_CREATE_HTTP_TRIGGER_BY_DEFAULT": "When not checked, an http trigger will be created for the function by default.",
333
+ "ENRICHED_SERVICE_ACCOUNT": "The service account is enriched from the platform, project, and function specifications, where the project takes precedence over the platform specification, and the function specification takes precedence over the projects specification.",
332
334
  "GIT": {
333
335
  "BRANCH": "The Git repository branch from which to download the function code.",
334
336
  "BRANCH_TAG_REFERENCE_DISABLED": "Exactly one of Branch, Tag, and Reference fields must be filled. When one is filled, the others are disabled.",