Skip to content

OIDC w/ AWS example doesn't appear to be valid JSON #11534

@Hollywood

Description

@Hollywood

Code of Conduct

What article on docs.github.com is affected?

Configuring OpenID Connect in Amazon Web Services

What part(s) of the article would you like to see updated?

The last line in the code block on lines 44 - 47 does not look like valid json:

"Condition": {
  "StringEquals": {
    "token.actions.githubusercontent.com:aud": "https://github.com/octo-org",
    "token.actions.githubusercontent.com:sub": "token.actions.githubusercontent.com:sub": "repo:octo-org/octo-repo:ref:refs/heads/octo-branch"

Was it meant to be?

"Condition": {
  "StringEquals": {
    "token.actions.githubusercontent.com:aud": "https://github.com/octo-org",
    "token.actions.githubusercontent.com:sub": "repo:octo-org/octo-repo:ref:refs/heads/octo-branch"

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentThis issue or pull request belongs to the Docs Content team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions