You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor changes in system variables set when starting applications in local profile.
- Adds Secret Manager provided value AZURE_TRYGDEETATEN_OPENID_CONFIG_TOKEN_ENDPOINT in local profile.
- Moves ALTINN_URL handling to altinn3-tilgang-service config (only used here).
- Moves CRYPTOGRAPHY_SECRET handling to bruker-service config (only used here).
- Moves SLACK_CHANNEL/SLACK_TOKEN handling to tilbakemelding-api config (only used here).
- Moves IDPORTEN_CLIENT_ID/IDPORTEN_CLIENT_JWK handling to dolly-frontend config (only used here).
properties.putIfAbsent("MASKINPORTEN_CLIENT_ID", DUMMY); // Used by tenor-search-service and altinn3-tilgang-service only.
51
49
properties.putIfAbsent("MASKINPORTEN_CLIENT_JWK", DUMMY); // Used by tenor-search-service and altinn3-tilgang-service only.
52
50
properties.putIfAbsent("MASKINPORTEN_SCOPES", DUMMY); // Used by tenor-search-service and altinn3-tilgang-service only.
53
51
properties.putIfAbsent("MASKINPORTEN_WELL_KNOWN_URL", "${sm\\://maskinporten-well-known-url}"); // Used by tenor-search-service and altinn3-tilgang-service only.
54
-
properties.putIfAbsent("SLACK_CHANNEL", DUMMY); // Used by tilbakemelding-api only.
55
-
properties.putIfAbsent("SLACK_TOKEN", DUMMY); // Used by tilbakemelding-api only.
0 commit comments