Skip to content

Commit 988a90c

Browse files
authored
Merge pull request #885 from devtron-labs/feat/oidc-auto-assign
feat: Support for OIDC auto assign
2 parents 38fe026 + 5085b02 commit 988a90c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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": "1.20.0",
3+
"version": "1.20.1",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/DocLink/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export const DOCUMENTATION = {
112112
GLOBAL_CONFIG_PLUGINS_POLICY: 'global-configurations/plugins-policy',
113113
GLOBAL_CONFIG_APPROVAL_POLICY: 'global-configurations/approval-policy',
114114
GLOBAL_CONFIG_SSO_LOGIN_LDAP: 'global-configurations/authorization/sso-login/ldap',
115+
GLOBAL_CONFIG_SSO_LOGIN_OIDC: 'global-configurations/authorization/sso-login/oidc',
115116
GLOBAL_CONFIG_SSO_LOGIN_MICROSOFT: 'global-configurations/authorization/sso-login/microsoft',
116117
GLOBAL_CONFIG_PULL_IMAGE_DIGEST: 'global-configurations/pull-image-digest',
117118
GLOBAL_CONFIG_TAGS: 'getting-started/global-configurations/tags-policy',

0 commit comments

Comments
 (0)