Skip to content

Commit e557e1b

Browse files
committed
removed slack config related code
1 parent 0ea4fd7 commit e557e1b

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

apps/io-wallet-user-func/src/app/config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ import {
1616
stringToNumberDecoderRE,
1717
} from "io-wallet-common/infra/env";
1818
import { getHttpRequestConfigFromEnvironment } from "io-wallet-common/infra/http/config";
19-
import {
20-
getSlackConfigFromEnvironment,
21-
SlackConfig,
22-
} from "io-wallet-common/infra/slack/config";
2319
import { fromBase64ToJwks, JwkPrivateKey } from "io-wallet-common/jwk";
2420

2521
const booleanFromString = (input: string) =>
@@ -215,7 +211,6 @@ export const Config = t.type({
215211
entityConfiguration: EntityConfigurationConfig,
216212
mail: MailConfig,
217213
pidIssuer: PidIssuerApiClientConfig,
218-
slack: SlackConfig,
219214
walletProvider: WalletProviderConfig,
220215
});
221216

@@ -566,7 +561,6 @@ export const getConfigFromEnvironment: RE.ReaderEither<
566561
),
567562
mail: getMailConfigFromEnvironment,
568563
pidIssuer: getPidIssuerConfigFromEnvironment,
569-
slack: getSlackConfigFromEnvironment,
570564
walletProvider: getWalletProviderConfigFromEnvironment,
571565
}),
572566
RE.map(

infra/resources/psn/prod/locals.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ locals {
3737
name = "PidIssuerApiClientPrivateKey"
3838
key_vault_secret_name = "PidIssuerApiClientPrivateKey"
3939
},
40-
{
41-
name = "SlackStatusChannelWebhook"
42-
key_vault_secret_name = "SlackStatusChannelWebhook"
43-
},
4440
{
4541
name = "AllowedDeveloperUsers"
4642
key_vault_secret_name = "AllowedDeveloperUsers"

0 commit comments

Comments
 (0)