-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A few markdown formatting fixes and spelling
Signed-off-by: steve lasker <[email protected]>
- Loading branch information
1 parent
0b80e36
commit 0cbe268
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,13 +31,10 @@ author: | |
organization: | ||
email: [email protected] | ||
|
||
|
||
|
||
normative: | ||
|
||
informative: | ||
|
||
|
||
--- abstract | ||
|
||
The increasing prevalence of cloud computing and micro service architectures has led to the rise of complex software functions being built and deployed as workloads, where a workload is defined as a running instance of software executing for a specific purpose. | ||
|
@@ -92,7 +89,7 @@ How the workload obtains identity information and interacts with the agent is su | |
| Host Operating System and Hardware | | ||
+------------------------------------------------------+ | ||
~~~~ | ||
{: #arch-fig title="Host Software Layinger in a Workload Identity Architecture."} | ||
{: #arch-fig title="Host Software Layering in a Workload Identity Architecture."} | ||
|
||
Once the workload is started and has obtained unique identity information, it can offer its services. Once a service is invoked on a workload it may require interaction with other workloads. An example of such interaction is shown in {{?I-D.ietf-oauth-transaction-tokens}} where an externally-facing endpoint is invoked using conventional authorization mechanism, such as an OAuth 2.0 access token. The interaction with other workload may require the security context to be passed along the call chain. | ||
|
||
|