Skip to content

Commit

Permalink
remove pinniped provider from default providers in auth-backend
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
  • Loading branch information
rvallejony committed Oct 12, 2023
1 parent b497b6e commit 2f172ba
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 108 deletions.
5 changes: 0 additions & 5 deletions .changeset/tiny-peaches-brake.md

This file was deleted.

4 changes: 0 additions & 4 deletions plugins/auth-backend/api-report.md
Expand Up @@ -619,10 +619,6 @@ export const providers: Readonly<{
) => AuthProviderFactory_2;
resolvers: never;
}>;
pinniped: Readonly<{
create: () => AuthProviderFactory_2;
resolvers: never;
}>;
saml: Readonly<{
create: (
options?:
Expand Down
1 change: 0 additions & 1 deletion plugins/auth-backend/package.json
Expand Up @@ -44,7 +44,6 @@
"@backstage/plugin-auth-backend-module-google-provider": "workspace:^",
"@backstage/plugin-auth-backend-module-microsoft-provider": "workspace:^",
"@backstage/plugin-auth-backend-module-oauth2-provider": "workspace:^",
"@backstage/plugin-auth-backend-module-pinniped-provider": "workspace:^",
"@backstage/plugin-auth-node": "workspace:^",
"@backstage/plugin-catalog-node": "workspace:^",
"@backstage/types": "workspace:^",
Expand Down
17 changes: 0 additions & 17 deletions plugins/auth-backend/src/providers/pinniped/index.ts

This file was deleted.

36 changes: 0 additions & 36 deletions plugins/auth-backend/src/providers/pinniped/provider.test.ts

This file was deleted.

32 changes: 0 additions & 32 deletions plugins/auth-backend/src/providers/pinniped/provider.ts

This file was deleted.

3 changes: 0 additions & 3 deletions plugins/auth-backend/src/providers/providers.ts
Expand Up @@ -33,7 +33,6 @@ import { saml } from './saml';
import { AuthProviderFactory } from './types';
import { bitbucketServer } from './bitbucketServer';
import { easyAuth } from './azure-easyauth';
import { pinniped } from './pinniped';

/**
* All built-in auth provider integrations.
Expand All @@ -57,7 +56,6 @@ export const providers = Object.freeze({
oidc,
okta,
onelogin,
pinniped,
saml,
easyAuth,
});
Expand Down Expand Up @@ -85,5 +83,4 @@ export const defaultAuthProviderFactories: {
bitbucket: bitbucket.create(),
bitbucketServer: bitbucketServer.create(),
atlassian: atlassian.create(),
pinniped: pinniped.create(),
};
12 changes: 2 additions & 10 deletions yarn.lock
Expand Up @@ -4972,7 +4972,7 @@ __metadata:
languageName: unknown
linkType: soft

"@backstage/plugin-auth-backend-module-pinniped-provider@workspace:^, @backstage/plugin-auth-backend-module-pinniped-provider@workspace:plugins/auth-backend-module-pinniped-provider":
"@backstage/plugin-auth-backend-module-pinniped-provider@workspace:plugins/auth-backend-module-pinniped-provider":
version: 0.0.0-use.local
resolution: "@backstage/plugin-auth-backend-module-pinniped-provider@workspace:plugins/auth-backend-module-pinniped-provider"
dependencies:
Expand Down Expand Up @@ -5015,7 +5015,6 @@ __metadata:
"@backstage/plugin-auth-backend-module-google-provider": "workspace:^"
"@backstage/plugin-auth-backend-module-microsoft-provider": "workspace:^"
"@backstage/plugin-auth-backend-module-oauth2-provider": "workspace:^"
"@backstage/plugin-auth-backend-module-pinniped-provider": "workspace:^"
"@backstage/plugin-auth-node": "workspace:^"
"@backstage/plugin-catalog-node": "workspace:^"
"@backstage/types": "workspace:^"
Expand Down Expand Up @@ -30247,14 +30246,7 @@ __metadata:
languageName: node
linkType: hard

"jose@npm:^4.14.6":
version: 4.15.2
resolution: "jose@npm:4.15.2"
checksum: 8f0cab1eef31243abe14a935b2b330cd95f10f9b69808fd642088ae5000e50e566664934537d2c6413ab2f6b54acd8265a5033da05157aa1260c5f1d7e57fab0
languageName: node
linkType: hard

"jose@npm:^4.15.1, jose@npm:^4.6.0":
"jose@npm:^4.14.6, jose@npm:^4.15.1, jose@npm:^4.6.0":
version: 4.15.3
resolution: "jose@npm:4.15.3"
checksum: b76eeccc1d40d0eaf26dfaadc0f88fc15802c9105ab66a24ee223bd84369f7cb217f4a2cb852f5080ff6996170b3a73db2b2d26878b8905d99c36ca432628134
Expand Down

0 comments on commit 2f172ba

Please sign in to comment.