diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3812358 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Slawomir Koszewski + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 43d8d80..8c2e79b 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,11 @@ You can publish the generated `.vsix` manually in the Visual Studio Marketplace See `examples/azure-pipelines-smoke.yml` for a full smoke validation pipeline. When `setGitAccessToken: true`, the task exchanges the OIDC assertion against Entra ID and requests scope `499b84ac-1321-427f-aa17-267ca6975798/.default`, then sets `GIT_ACCESS_TOKEN`. + +## Author + +Slawomir Koszewski + +## License + +MIT. See `LICENSE`. diff --git a/overview.md b/overview.md index 48f2710..b6d8914 100644 --- a/overview.md +++ b/overview.md @@ -48,3 +48,11 @@ It is designed for pipelines that need ARM federation variables without storing ## Repository https://gitea.koszewscy.waw.pl/koszewscy/ado-azurefederatedauth-task.git + +## Author + +Slawomir Koszewski + +## License + +MIT. See `LICENSE`. diff --git a/task/AzureFederatedAuth/package.json b/task/AzureFederatedAuth/package.json index b226c2e..003b19e 100644 --- a/task/AzureFederatedAuth/package.json +++ b/task/AzureFederatedAuth/package.json @@ -2,6 +2,8 @@ "name": "azure-federated-auth-task", "version": "1.0.5", "private": true, + "author": "Slawomir Koszewski", + "license": "MIT", "description": "Azure DevOps task to fetch OIDC token for AzureRM service connection.", "main": "dist/index.js", "scripts": { diff --git a/task/AzureFederatedAuth/task.json b/task/AzureFederatedAuth/task.json index b54daaf..98a8448 100644 --- a/task/AzureFederatedAuth/task.json +++ b/task/AzureFederatedAuth/task.json @@ -6,7 +6,7 @@ "description": "Gets OIDC token and sets ARM vars (optionally GIT_ACCESS_TOKEN).", "helpMarkDown": "For details, see: https://gitea.koszewscy.waw.pl/koszewscy/ado-azurefederatedauth-task.git", "category": "Deploy", - "author": "skoszewski-lab", + "author": "Slawomir Koszewski", "version": { "Major": 1, "Minor": 0,