Add warning about backend APIs not having auth by default

Signed-off-by: Vladimir Masarik <masarik.vladimir7@gmail.com>
This commit is contained in:
Vladimir Masarik
2023-08-14 16:36:52 +02:00
parent 36a139d136
commit c2988744e8
3 changed files with 8 additions and 1 deletions
+2
View File
@@ -10,6 +10,8 @@ configure Backstage to have any number of authentication providers, but only
one of these will typically be used for sign-in, with the rest being used to provide
access external resources.
> Note: Backstage backend APIs are by default unauthenticated. Thus, if your Backstage instance is exposed to the Internet, anyone can access information in the Backstage. If you would like to learn more, read about how to [authenticate API requests"](https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/authenticate-api-requests.md).
## Built-in Authentication Providers
Backstage comes with many common authentication providers in the core library: