Skip to content

Commit 04fda67

Browse files
author
Mikkel Mork Hegnhoj
authored
Merge pull request #142 from hongchaodeng/scope_id
scope: fix identity scope section
2 parents 58034a7 + c932431 commit 04fda67

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

4.application_scopes.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,18 +183,19 @@ spec:
183183
type: resources.hydra.io/v1.ResourceQuotaScope
184184
allowComponentOverlap: false
185185
parameters:
186-
- name: CPU
186+
- name: CPU
187187
description: maximum CPU to be consumed by this scope
188188
type: double
189189
required: Y
190-
- name: Memory
190+
- name: Memory
191191
description: maximum memory to be consumed by this scope
192192
type: double
193193
required: Y
194194
```
195195
196196
### 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.
198199
199200
#### Example
200201
This is an example of a identity scope definition.
@@ -210,7 +211,7 @@ spec:
210211
type: identity.hydra.io/v1.IdentityScope
211212
allowComponentOverlap: true
212213
parameters:
213-
- name: IdentityProvider
214+
- name: IdentityProvider
214215
description: the provider of identity for the scope
215216
type: string
216217
required: Y

0 commit comments

Comments
 (0)