Skip to content

Commit

Permalink
Merge pull request #142 from hongchaodeng/scope_id
Browse files Browse the repository at this point in the history
scope: fix identity scope section
  • Loading branch information
Mikkel Mork Hegnhoj authored Sep 13, 2019
2 parents 58034a7 + c932431 commit 04fda67
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions 4.application_scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,18 +183,19 @@ spec:
type: resources.hydra.io/v1.ResourceQuotaScope
allowComponentOverlap: false
parameters:
- name: CPU
- name: CPU
description: maximum CPU to be consumed by this scope
type: double
required: Y
- name: Memory
- name: Memory
description: maximum memory to be consumed by this scope
type: double
required: Y
```
### Identity scope
The identity scope uses an external identity provider to supply
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.
#### Example
This is an example of a identity scope definition.
Expand All @@ -210,7 +211,7 @@ spec:
type: identity.hydra.io/v1.IdentityScope
allowComponentOverlap: true
parameters:
- name: IdentityProvider
- name: IdentityProvider
description: the provider of identity for the scope
type: string
required: Y
Expand Down

0 comments on commit 04fda67

Please sign in to comment.