Youssef Victor
9f262f3412
Update pr-check to use Node 16 ( #268 )
2022-11-16 17:07:49 +05:30
dependabot[bot]
e3e9acc64c
Bump minimatch from 3.0.4 to 3.1.2 ( #270 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-15 21:29:02 +05:30
dependabot[bot]
ec00cae078
Bump jsdom, jest and jest-circus ( #266 )
...
Removes [jsdom](https://github.com/jsdom/jsdom ). It's no longer used after updating ancestor dependencies [jsdom](https://github.com/jsdom/jsdom ), [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) and [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus ). These dependencies need to be updated together.
Removes `jsdom`
Updates `jest` from 25.5.4 to 29.2.2
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.2.2/packages/jest )
Updates `jest-circus` from 25.5.4 to 29.2.2
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.2.2/packages/jest-circus )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: indirect
- dependency-name: jest
dependency-type: direct:development
- dependency-name: jest-circus
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-15 21:27:57 +05:30
dependabot[bot]
fe9a855b8d
Bump @actions/core from 1.6.0 to 1.9.1 ( #240 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.6.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 10:24:10 +05:30
Balaga Gayatri
68184fbd5a
[BUG FIX] Version pattern quickfix master ( #244 )
...
* Update Constants.ts
* Update Constants.js
2022-10-26 15:14:31 +05:30
Usha N
cc70402281
Update action.yml ( #247 )
2022-10-26 15:14:12 +05:30
Y. Luis
642a43caaa
Format README command to allow copy ( #251 )
...
* Update README.md
* Update README.md
2022-10-10 18:19:35 +05:30
Balaga Gayatri
6453efca84
Rename integration-tests.yml to azure-login-integration-tests.yml
2022-07-11 15:14:41 +05:30
Balaga Gayatri
e6ca011ab7
Create integration-tests.yml
2022-07-11 15:14:11 +05:30
Balaga Gayatri
c4459aba85
Deleting this workflow as this is no longer used
2022-07-11 13:33:42 +05:30
Nathan Gelman
c09ca4f217
Fixed spelling error ( #237 )
2022-07-11 13:04:44 +05:30
Balaga Gayatri
4443ffd660
Update README.md
2022-07-11 12:54:08 +05:30
Balaga Gayatri
b4a959b8bd
Update README.md
2022-06-22 12:42:23 +05:30
Balaga Gayatri
5d09f4d5ca
Update README.md
2022-06-22 12:41:16 +05:30
Balaga Gayatri
14a755a4e2
Id token errormsg ( #234 )
...
* putting id-token generation in try catch block
* Updating node version in action.yml
2022-06-21 16:43:50 +05:30
Balaga Gayatri
11ff950770
Update azure-login-canary.yml
2022-06-14 12:22:53 +05:30
Balaga Gayatri
980d0f57a2
Added Canary tests related documentation and few more cases( #232 )
2022-06-10 17:20:07 +05:30
Balaga Gayatri
819ac8d2a9
Update azure-login-canary.yml ( #230 )
2022-06-03 17:11:18 +05:30
Balaga Gayatri
63b39ef8c4
Create azure-login-canary.yml ( #229 )
2022-06-03 16:03:36 +05:30
Balaga Gayatri
e021afe0dc
Handling warnings and adding OIDC promotion message ( #221 )
...
* Handling warnings and adding OIDC promotion message
* Implementing NIT suggestions
2022-05-02 19:46:30 +05:30
Balaga Gayatri
85f8f21203
Update README.md
2022-04-18 22:50:06 +05:30
Sean MacKay
827604025b
Update ClientSecret in the example to not call itself a GUID ( #208 )
...
* Update ClientSecret in the example to not call itself a GUID
If manually crafting or verifying a Service Principal credential JSON object, it is helpful to know that only the `clientId` is formatted as a GUID, and the `clientSecret` is just an alphanumeric string.
* Update README.md
Co-authored-by: Balaga Gayatri <balaga-gayatri@github.com >
2022-04-11 19:45:44 +05:30
Sean MacKay
06f50cc138
Add critical information if manually creating SP Credential object ( #209 )
...
* Add critical information if manually creating SP Credential object
If you must manually create the credential JSON (for instance, the Service Principal was created and assigned but the output credential was not saved), finding the `clientId`, `clientSecret`, `subscriptionId` and `tenantId` in azure is possible, but the `resourceManagerEndpointUrl` is also required by this Action and was much harder to track down.
By explaining it is possible and including the value for the public azure cloud (the default use case) it will help others be able to use this Action with existing Service Principal's as well.
* Update README.md
Co-authored-by: Balaga Gayatri <balaga-gayatri@github.com >
2022-04-11 19:22:52 +05:30
dependabot[bot]
23801eadd7
Bump ansi-regex from 4.1.0 to 4.1.1 ( #219 )
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 19:06:51 +05:30
dependabot[bot]
8f2def4beb
Bump minimist from 1.2.5 to 1.2.6 ( #212 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Balaga Gayatri <balaga-gayatri@github.com >
2022-04-11 18:59:52 +05:30
Balaga Gayatri
412f48d98e
Update README.md
2022-04-11 18:07:56 +05:30
Balaga Gayatri
c02223cd62
Update README.md
2022-03-29 18:44:11 +05:30
Balaga Gayatri
84519181a8
Adding az installation requirement to login error response ( #198 )
...
* Update main.ts
* Update main.js
2022-01-19 22:50:55 +05:30
Balaga Gayatri
db989b3060
Delete .DS_Store
2021-12-16 21:51:49 +05:30
Dhiwakar Kusuma
276f50e2dc
Update README.md ( #189 )
...
Updated Readme.md with App Registration instructions. Without the instructions new user will be lost with the instructions provided as none of the menus/options appear.
2021-12-13 23:14:29 +05:30
Balaga Gayatri
25454e5e2d
printing token logs ( #185 )
2021-12-07 00:16:39 +05:30
Balaga Gayatri
0dd02392d7
Update README.md
2021-11-29 13:48:09 +05:30
Balaga Gayatri
aa88e1ccbd
Update README.md
2021-11-29 12:35:23 +05:30
Balaga Gayatri
c8bf401503
Update README.md
2021-11-19 19:22:51 +05:30
Balaga Gayatri
37a47ac753
Update README.md ( #173 )
2021-11-17 12:48:23 +05:30
Balaga Gayatri
298eef0366
Updating samples and readme links ( #172 )
2021-11-15 17:27:52 +05:30
Balaga Gayatri
4799d94391
Adding federated token logs & optional audience parameter ( #159 )
...
* cherry pick changes
* added audience field option in input params
* added js
* removed extra spaces
* Adding logs to surface AZ-CLI and powershell errors (#171 )
* removing token logs
2021-11-15 12:45:07 +05:30
Balaga Gayatri
bd43696425
Update README.md
2021-11-12 13:09:38 +05:30
Balaga Gayatri
3e6f6e7d1b
Update README.md
2021-10-22 18:46:47 +05:30
Balaga Gayatri
38942de1a5
Update README.md
2021-10-22 18:42:53 +05:30
Balaga Gayatri
151a993723
Update README.md
2021-10-22 16:41:44 +05:30
Balaga Gayatri
fd4c9019e3
oidc changes for master ( #158 )
...
* oidc changes
* Update ServicePrinicipalLogin.test.ts
Co-authored-by: Kanika Pasrija <58769601+kanika1894@users.noreply.github.com >
2021-10-22 16:27:01 +05:30
Sean MacKay
6bc1b5ecb9
Update Readme to improve examples for hand crafting credentials ( #140 )
...
The clientSecret is not a GUID, and this being labelled as such caused confusion when I tried to manually add a client secret and was met with a SecretId which was a GUID and a SecretValue which was not a GUID. Using the SecretId GUID from the Azure UI would not work.
Also, resourceManagerEndpointUrl was required but not shown in any examples.
Finally, the value for it was hard to determine, as using several azure cli commands did not display it.
Co-authored-by: Kanika Pasrija <58769601+kanika1894@users.noreply.github.com >
2021-09-20 15:00:25 +05:30
Derek Seroky
f8979b3393
docs(README): update the Azure Gov cloud example ( #134 )
...
Updates the Azure Gov cloud example to have valid YAML syntax and to increase consistency between examples.
Co-authored-by: Kanika Pasrija <58769601+kanika1894@users.noreply.github.com >
2021-09-15 12:49:50 +05:30
Kanika Pasrija
7f56506e21
Adding repository parameter
...
This is to pick from forked branch
2021-09-15 12:39:33 +05:30
dependabot[bot]
0cf07a0171
Bump path-parse from 1.0.6 to 1.0.7 ( #128 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kanika Pasrija <58769601+kanika1894@users.noreply.github.com >
2021-09-13 17:04:06 +05:30
Balaga Gayatri
c9dca98403
Workflow for testing automation ( #131 )
...
* Create azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
2021-08-23 13:44:28 +05:30
Balaga Gayatri
177ab1c8df
Rename bug-report---feature-request.md to bug-report-feature-request.md ( #127 )
2021-08-09 14:00:43 +05:30
Kanika Pasrija
5dc2a74a43
Create CODEOWNERS
2021-08-05 13:20:35 +05:30
dependabot[bot]
852ef9dc86
Bump lodash from 4.17.19 to 4.17.21 ( #110 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kanika Pasrija <58769601+kanika1894@users.noreply.github.com >
2021-06-23 12:50:49 +05:30