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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user