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
Copy file name to clipboardExpand all lines: 4.application_scopes.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,18 +183,19 @@ spec:
183
183
type: resources.hydra.io/v1.ResourceQuotaScope
184
184
allowComponentOverlap: false
185
185
parameters:
186
-
- name: CPU
186
+
- name: CPU
187
187
description: maximum CPU to be consumed by this scope
188
188
type: double
189
189
required: Y
190
-
- name: Memory
190
+
- name: Memory
191
191
description: maximum memory to be consumed by this scope
192
192
type: double
193
193
required: Y
194
194
```
195
195
196
196
### Identity scope
197
-
The identity scope uses an external identity provider to supply
197
+
198
+
The identity scope provides identities in components when authenticating to any service. The identities and its credentials are supplied and managed by an external identity provider.
198
199
199
200
#### Example
200
201
This is an example of a identity scope definition.
@@ -210,7 +211,7 @@ spec:
210
211
type: identity.hydra.io/v1.IdentityScope
211
212
allowComponentOverlap: true
212
213
parameters:
213
-
- name: IdentityProvider
214
+
- name: IdentityProvider
214
215
description: the provider of identity for the scope
0 commit comments