Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions src/contexts/config/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,6 @@ export type Config = {
rbac: {
basePath: string
}
/**
* masSSO provides configuration for our integration with MASSSO
*/
masSso: {
/**
* authServerUrl is the URL of the SSO server
*/
authServerUrl: string,
/**
* clientId is the OpenID Connect client ID the UI uses to talk to MASSSO
*/
clientId: string,
/**
* realm is the realm the service uses on MASSSO
*/
realm: string
}
/**
* kafka provides configuration for our integration with the Kafka instance
*/
Expand Down