Skip to content

Commit 89c8072

Browse files
committed
docs(serviceprovider): rephrasing/wording
On-behalf-of: @SAP [email protected] Signed-off-by: Christopher Junk <[email protected]>
1 parent a6ddd4e commit 89c8072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/about/design/service-provider-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ The `ServiceProvider` object itself is a higher level platform concept that is d
9191

9292
### Service Discovery and Access Management
9393

94-
End users need to be aware of a) the available service offerings, and b) valid input values to consume a service offering.
94+
End users need to be aware of a) the available managed services, and b) valid input values to consume a service offering.
9595

9696
A) The available service offerings are made visible by installing the `ServiceProviderAPI` on the `OnboardingCluster` (see [deployment model](#deployment-model)). This ensures that any platform tenant is aware of all available `ServiceProviderAPIs`. In other words, the platform does not hide its end-user-facing feature set, even if a user belongs to a tenant that cannot successfully consume a specific `ServiceProviderAPI`.
9797

98-
B) Valid input values are communicated through `ServiceProviderConfig` objects created on the `OnboardingCluster`. A user from a tenant without an associated `ServiceProviderConfig` can technically still access a `ServiceProviderAPI`, but any attempt to deploy a `DomainService` will be denied. It is important to note that `ServiceProviderConfigs` are owned and managed by the platform operator but are exposed to end users for consumption.
98+
B) Valid input values are communicated through `ServiceProviderConfig` objects created on the `OnboardingCluster`. A user from a tenant without an associated `ServiceProviderConfig` can technically still request a `DomainService` through a `ServiceProviderAPI`, but any attempt to deploy the `DomainService` will be denied by the `ServiceProvider`. It is important to note that `ServiceProviderConfigs` are owned and managed by the platform operator.
9999

100100
### Deployment Model
101101

0 commit comments

Comments
 (0)