Compare commits
2 Commits
e95d7c2560
...
b02dc6d165
| Author | SHA1 | Date | |
|---|---|---|---|
| b02dc6d165 | |||
| ad614777d6 |
21
LICENSE
Normal file
21
LICENSE
Normal file
@@ -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.
|
||||||
@@ -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.
|
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`.
|
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`.
|
||||||
|
|||||||
@@ -48,3 +48,11 @@ It is designed for pipelines that need ARM federation variables without storing
|
|||||||
## Repository
|
## Repository
|
||||||
|
|
||||||
https://gitea.koszewscy.waw.pl/koszewscy/ado-azurefederatedauth-task.git
|
https://gitea.koszewscy.waw.pl/koszewscy/ado-azurefederatedauth-task.git
|
||||||
|
|
||||||
|
## Author
|
||||||
|
|
||||||
|
Slawomir Koszewski
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
MIT. See `LICENSE`.
|
||||||
|
|||||||
4
task/AzureFederatedAuth/package-lock.json
generated
4
task/AzureFederatedAuth/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-federated-auth-task",
|
"name": "azure-federated-auth-task",
|
||||||
"version": "1.0.0",
|
"version": "1.0.5",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "azure-federated-auth-task",
|
"name": "azure-federated-auth-task",
|
||||||
"version": "1.0.0",
|
"version": "1.0.5",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"azure-pipelines-task-lib": "^4.10.2"
|
"azure-pipelines-task-lib": "^4.10.2"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-federated-auth-task",
|
"name": "azure-federated-auth-task",
|
||||||
"version": "1.0.0",
|
"version": "1.0.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"author": "Slawomir Koszewski",
|
||||||
|
"license": "MIT",
|
||||||
"description": "Azure DevOps task to fetch OIDC token for AzureRM service connection.",
|
"description": "Azure DevOps task to fetch OIDC token for AzureRM service connection.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"description": "Gets OIDC token and sets ARM vars (optionally GIT_ACCESS_TOKEN).",
|
"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",
|
"helpMarkDown": "For details, see: https://gitea.koszewscy.waw.pl/koszewscy/ado-azurefederatedauth-task.git",
|
||||||
"category": "Deploy",
|
"category": "Deploy",
|
||||||
"author": "skoszewski-lab",
|
"author": "Slawomir Koszewski",
|
||||||
"version": {
|
"version": {
|
||||||
"Major": 1,
|
"Major": 1,
|
||||||
"Minor": 0,
|
"Minor": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user