Merge pull request #27345 from dlaird-ovo/fix-google-auth-fe-visibility

Update Google Auth plugin to add Frontend Visibility header
This commit is contained in:
Patrik Oldsberg
2024-10-25 10:38:26 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend-module-google-provider': patch
---
Fix visibility of config for use in front end code
@@ -18,6 +18,7 @@ export interface Config {
/** Configuration options for the auth plugin */
auth?: {
providers?: {
/** @visibility frontend */
google?: {
[authEnv: string]: {
clientId: string;