OMEX-Azure-DevOps-Extensions/LICENSE

22 строки
1.0 KiB
Plaintext
Исходник Обычный вид История

S✔ ◾ Adding support for Workload Identity Federation (#513) ## Summary This adds support for Workload Identity Federation, including instructions on how it can be established. It also includes an update to support binary files, which were found to be problematic during testing of this PR. ### Detailed Description This introduces several changes to improve the security and documentation of the project. The most significant changes include the addition of Workload Identity Federation as an alternative to Personal Access Tokens (PATs) for authentication, updates to the `LICENSE` file, and modifications to the documentation. Authentication improvements: * [`src/task/Strings/resources.resjson/en-US/resources.resjson`](diffhunk://#diff-c0fc6893012d5b83ce394e09ff298a469483e5eec91edd15b9744fc81db6f598R21-R22): Added Workload Identity Federation as an optional input for authentication, providing a more secure alternative to PATs. [[1]](diffhunk://#diff-c0fc6893012d5b83ce394e09ff298a469483e5eec91edd15b9744fc81db6f598R21-R22) [[2]](diffhunk://#diff-c0fc6893012d5b83ce394e09ff298a469483e5eec91edd15b9744fc81db6f598R35-R36) [[3]](diffhunk://#diff-c0fc6893012d5b83ce394e09ff298a469483e5eec91edd15b9744fc81db6f598L132-R138) License updates: * [`LICENSE`](diffhunk://#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7L1-L6): Changed the license header from "PR Metrics" to "MIT License". Documentation updates: * [`.github/linters/markdown-link-check.json`](diffhunk://#diff-7fe04f8c8647e157cfa10cde0746b50a5e4ab1f4cfee31c63fa8bbaac2b716fcR11-R13): Added a new link to the markdown link checker. * [`README.md`](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L53-R55): Updated the instructions for setting up a Personal Access Token (PAT). * [`docs/azure-pipelines-task.md`](diffhunk://#diff-6ad131ef75795fdec5e164a1caceb5849fa2ee34df8e487d31e02ff146f957f5L7-R13): Made several changes to improve the documentation on setting up the Azure Pipelines task, including recommending the use of Workload Identity Federation for authentication and updating the instructions for setting up a PAT. [[1]](diffhunk://#diff-6ad131ef75795fdec5e164a1caceb5849fa2ee34df8e487d31e02ff146f957f5L7-R13) [[2]](diffhunk://#diff-6ad131ef75795fdec5e164a1caceb5849fa2ee34df8e487d31e02ff146f957f5L21-R31) [[3]](diffhunk://#diff-6ad131ef75795fdec5e164a1caceb5849fa2ee34df8e487d31e02ff146f957f5L41-R46) [[4]](diffhunk://#diff-6ad131ef75795fdec5e164a1caceb5849fa2ee34df8e487d31e02ff146f957f5L52-R57) [[5]](diffhunk://#diff-6ad131ef75795fdec5e164a1caceb5849fa2ee34df8e487d31e02ff146f957f5R108) * [`docs/workload-identity-federation.md`](diffhunk://#diff-965347372de591bcddeca4c3b67113aed29a21848cdaf67237ec53156fd6304fR1-R134): Added a new document providing comprehensive instructions on setting up Workload Identity Federation for authentication. * [`src/overview.md`](diffhunk://#diff-9111f778efda8d5e17121ddc08b61bec56e48932bcc92f1ff0136c26fd96c83bR60-R61): Updated the documentation to include references to the new Workload Identity Federation setup instructions and made other minor updates. [[1]](diffhunk://#diff-9111f778efda8d5e17121ddc08b61bec56e48932bcc92f1ff0136c26fd96c83bR60-R61) [[2]](diffhunk://#diff-9111f778efda8d5e17121ddc08b61bec56e48932bcc92f1ff0136c26fd96c83bR83-R86) [[3]](diffhunk://#diff-9111f778efda8d5e17121ddc08b61bec56e48932bcc92f1ff0136c26fd96c83bR107-R110) ## Testing ### Test Types - [X] Unit tests - [X] Manual tests ### Unit Test Coverage 100%
2024-06-17 18:25:39 +03:00
MIT License
2020-11-02 20:55:28 +03:00
Copyright (c) Microsoft Corporation.
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.