Merge pull request #14455 from Braundo/master

Use inclusive terminology in comments (allowlist)
This commit is contained in:
Patrik Oldsberg
2022-11-04 23:09:37 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export interface Config {
* An undefined list of matchers means match all, an empty list of
* matchers means match none.
*
* This is commonly used to put in what amounts to a whitelist of kinds
* This is commonly used to put in what amounts to an allowlist of kinds
* that regular users of Backstage are permitted to register locations
* for. This can be used to stop them from registering yaml files
* describing for example a Group entity called "admin" that they make
@@ -665,7 +665,7 @@
"type": "object",
"properties": {
"rules": {
"description": "Rules to apply to all catalog entities, from any location.\n\nAn undefined list of matchers means match all, an empty list of\nmatchers means match none.\n\nThis is commonly used to put in what amounts to a whitelist of kinds\nthat regular users of Backstage are permitted to register locations\nfor. This can be used to stop them from registering yaml files\ndescribing for example a Group entity called \"admin\" that they make\nthemselves members of, or similar.",
"description": "Rules to apply to all catalog entities, from any location.\n\nAn undefined list of matchers means match all, an empty list of\nmatchers means match none.\n\nThis is commonly used to put in what amounts to an allowlist of kinds\nthat regular users of Backstage are permitted to register locations\nfor. This can be used to stop them from registering yaml files\ndescribing for example a Group entity called \"admin\" that they make\nthemselves members of, or similar.",
"type": "array",
"items": {
"type": "object",