Skip to content

Commit

Permalink
Merge pull request #3 from RedHatInsights/scope
Browse files Browse the repository at this point in the history
Support scope attribute for service account
  • Loading branch information
astrozzc authored May 20, 2024
2 parents d4c9b61 + 4b032d3 commit 70ec99e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 3scale/identities/service-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"type": "ServiceAccount",
"service_account": {
"client_id": "b69eaf9e-e6a6-4f9e-805e-02987daddfbd",
"username": "service-account-b69eaf9e-e6a6-4f9e-805e-02987daddfbd"
"username": "service-account-b69eaf9e-e6a6-4f9e-805e-02987daddfbd",
"scope": "api.notifications"
}
}
}
3 changes: 3 additions & 0 deletions 3scale/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
},
"username": {
"type": "string"
},
"scope": {
"type": "string"
}
},
"required": [
Expand Down

0 comments on commit 70ec99e

Please sign in to comment.