@redocly/config
Advanced tools
Comparing version 0.1.4 to 0.1.5
# @redocly/config | ||
## 0.1.5 | ||
### Patch Changes | ||
- b940a4664: feat: Added support for pattern-based team access rules in RBAC config. | ||
## 0.1.4 | ||
@@ -4,0 +10,0 @@ |
@@ -173,2 +173,5 @@ import { DEFAULT_TEAM_CLAIM_NAME, AuthProviderType, ApigeeDevOnboardingIntegrationAuthType, } from './constants'; | ||
properties: { | ||
teamNamePatterns: { type: 'array', items: { type: 'string' } }, | ||
teamFolders: { type: 'array', items: { type: 'string' } }, | ||
teamFoldersBaseRoles: rbacScopeItemsSchema, | ||
cms: rbacScopeItemsSchema, | ||
@@ -175,0 +178,0 @@ reunite: rbacScopeItemsSchema, |
@@ -176,2 +176,5 @@ "use strict"; | ||
properties: { | ||
teamNamePatterns: { type: 'array', items: { type: 'string' } }, | ||
teamFolders: { type: 'array', items: { type: 'string' } }, | ||
teamFoldersBaseRoles: exports.rbacScopeItemsSchema, | ||
cms: exports.rbacScopeItemsSchema, | ||
@@ -178,0 +181,0 @@ reunite: exports.rbacScopeItemsSchema, |
{ | ||
"name": "@redocly/config", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -191,2 +191,5 @@ import { | ||
properties: { | ||
teamNamePatterns: { type: 'array', items: { type: 'string' } }, | ||
teamFolders: { type: 'array', items: { type: 'string' } }, | ||
teamFoldersBaseRoles: rbacScopeItemsSchema, | ||
cms: rbacScopeItemsSchema, // deprecated in favor of reunite | ||
@@ -193,0 +196,0 @@ reunite: rbacScopeItemsSchema, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1435369
27123