Commit Graph

223 Commits

Author SHA1 Message Date
Seth Vargo
286fc8e4ba
Add support info (#303) 2023-05-04 11:44:07 -07:00
Google GitHub Actions Bot
e8df18b60c
Release: v1.1.0 (#297)
## What's Changed
* fix: update doc versions by @verbanicm in
https://github.com/google-github-actions/auth/pull/240
* Only emit a warning if the envvar has changed by @sethvargo in
https://github.com/google-github-actions/auth/pull/245
* Update CI and deps by @sethvargo in
https://github.com/google-github-actions/auth/pull/248
* Document possible issues with org policies by @sethvargo in
https://github.com/google-github-actions/auth/pull/258
* Updated troubleshooting to add permissions example by @bseib in
https://github.com/google-github-actions/auth/pull/262
* Note that Firebase Admin Node.js SDK doesn't support WLIF by
@kevinthecheung in
https://github.com/google-github-actions/auth/pull/268
* chore: update dependencies (automated) by @verbanicm in
https://github.com/google-github-actions/auth/pull/274
* Document admission for all repos of an owner by @djbrown in
https://github.com/google-github-actions/auth/pull/279
* Switch to pull non-secret values from env by @sethvargo in
https://github.com/google-github-actions/auth/pull/288
* Emit a diff of each environment variable by @sethvargo in
https://github.com/google-github-actions/auth/pull/296
* Enable default retries of 3 retry attempts at 250ms backoff by
@sethvargo in https://github.com/google-github-actions/auth/pull/294

## New Contributors
* @bseib made their first contribution in
https://github.com/google-github-actions/auth/pull/262
* @kevinthecheung made their first contribution in
https://github.com/google-github-actions/auth/pull/268
* @djbrown made their first contribution in
https://github.com/google-github-actions/auth/pull/279

**Full Changelog**:
https://github.com/google-github-actions/auth/compare/v1.0.0...41d8fa4aaad5b21acb962af3a5112b0d1bd9cb1d
2023-04-17 23:02:56 +00:00
Seth Vargo
41d8fa4aaa
Enable default retries of 3 retry attempts at 250ms backoff (#294)
This changes the default behavior to enable retries. Retry logic has
existed for awhile, but required direct user action to enable. This
enables 3 retries with a fibonacci backoff of 250ms by default to handle
transient communication errors with upstream APIs.
2023-04-17 22:57:11 +00:00
Seth Vargo
14b54cc192
Emit a diff of each environment variable (#296)
Fixes https://github.com/google-github-actions/auth/issues/295
2023-04-17 22:52:00 +00:00
Seth Vargo
430ae13d31
Switch to pull non-secret values from env (#288) 2023-03-24 16:43:00 -04:00
Seth Vargo
f8751d9c29
Switch back to v0 2023-03-24 12:54:38 -04:00
Seth Vargo
7004cc6280
Temporarily use @main to test releases 2023-03-24 12:16:33 -04:00
Daniel Brown
5431d4afba
Document admission for all repos of an owner (#279)
I really struggleded several days with this and thankfully i found
https://github.com/google-github-actions/auth/issues/77#issuecomment-990371420
big thanks to @sethvargo ❤
as @dobromyslov already said, this should be documented
so I went ahead and created added a paragrah for this use case

---------

Signed-off-by: Daniel Brown <djbrown@users.noreply.github.com>
2023-03-24 10:24:13 -04:00
Mike Verbanic
b0a71801d2
chore: update dependencies (automated) (#274) 2023-03-17 10:31:40 -04:00
Kevin Cheung
126054d1a9
Note that Firebase Admin Node.js SDK doesn't support WLIF (#268)
<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.

Please describe your change and any implementation details below.
-->

---------

Signed-off-by: Kevin Cheung <kevinthecheung@users.noreply.github.com>
2023-03-07 19:03:11 -05:00
Broc Seib
483e21d723
Updated troubleshooting to add permissions example (#262)
<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.

Please describe your change and any implementation details below.
-->

Added another case that can cause `auth` to fail, helpful to users on
day one of using the tool and trying to understand what's happening.

Fixes
https://github.com/google-github-actions/auth/issues/260#issuecomment-1419662751
2023-02-21 09:06:08 -05:00
Seth Vargo
1475a55569
Document possible issues with org policies (#258)
Fixes GH-257
2023-01-24 09:02:03 -05:00
Seth Vargo
d4421b6014
Update CI and deps (#248) 2022-12-09 21:21:40 -05:00
Seth Vargo
46affe9814
Small README tweak 2022-12-06 14:41:49 -05:00
Seth Vargo
23620afd0f
Only emit a warning if the envvar has changed (#245) 2022-11-26 09:00:48 -05:00
Seth Vargo
400b51b0c2
Point to OIDC debugger 2022-11-18 10:13:17 -05:00
Seth Vargo
7c1d54bea7
Tweak some documentation around troubleshooting 2022-11-17 09:33:51 -05:00
Seth Vargo
abd9c242f6
Add troubleshooting for enterprise installations 2022-11-11 09:05:21 -05:00
Mike Verbanic
dcb0567d1a
fix: update doc versions (#240)
<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.

Please describe your change and any implementation details below.
-->
2022-11-09 09:11:19 -05:00
Google GitHub Actions Bot
ef5d53e30b
Release: v1.0.0 (#239)
## What's Changed
* Update dependencies and tweak README by @sethvargo in
https://github.com/google-github-actions/auth/pull/237
* Switch to auth@v1 by @sethvargo in
https://github.com/google-github-actions/auth/pull/238


**Full Changelog**:
https://github.com/google-github-actions/auth/compare/v0.8.3...d419231eb96d10101085218406fb847f866ed776
2022-11-08 17:31:50 +00:00
Seth Vargo
d419231eb9
Fix one 2022-11-08 12:01:21 -05:00
Seth Vargo
9cf496b575
Switch to auth@v1 (#238)
There's a chicken-and-egg problem here where we want to have the docs
reflect v1 (so the github marketplace shows the right thing), but we
can't cut v1 until the docs are updated.
2022-11-08 12:00:36 -05:00
Seth Vargo
44ae44c257
Update dependencies and tweak README (#237) 2022-11-08 11:20:52 -05:00
Seth Vargo
60569fa4c7
Clarify docs 2022-11-04 15:12:05 -04:00
Seth Vargo
7e38fb10d3
Add capitalization to troubleshooting
Fixes #234
2022-10-24 20:49:23 -04:00
Google GitHub Actions Bot
c4799db911
Release: v0.8.3 (#232) 2022-10-14 20:30:25 +00:00
Mike Verbanic
deb4ef6f17
chore: update dependencies (automated) (#231) 2022-10-14 16:17:51 -04:00
Google GitHub Actions Bot
2671692c37
Release: v0.8.2 (#229) 2022-10-12 13:34:13 -04:00
Seth Vargo
5ed7985d75
Update deps to fix setOutput issue (#228) 2022-10-12 10:25:39 -07:00
Google GitHub Actions Bot
dac4e13deb
Release: v0.8.1 (#219) 2022-08-31 16:28:27 -07:00
Seth Vargo
c4e906d161
Add proxy support (#218) 2022-08-31 19:13:51 -04:00
Seth Vargo
246692c248
chore: update deps (#215) 2022-08-25 09:02:06 -04:00
Seth Vargo
c06176fb62
Document that WIF is supported for gsutil and bq now (#213) 2022-08-17 16:26:52 -07:00
Seth Vargo
2b207063da
Delete CONTRIBUTING.md (#209)
Delegate to .github organization repo

Signed-off-by: Seth Vargo <seth@sethvargo.com>
2022-08-09 14:02:07 -05:00
Seth Vargo
acd8a2b487
Document how GitHub secrets work (#208)
Fixes #207
2022-08-08 08:46:38 -07:00
Daz Wilkin
8609d2cff4
r/an/and (#205)
Signed-off-by: Daz Wilkin <DazWilkin@users.noreply.github.com>
2022-07-18 11:56:21 -04:00
Seth Vargo
d394832e06
docs: clarify that token properties don't extend beyond the action (#204) 2022-07-06 12:12:08 -04:00
Seth Vargo
b792fe33f8
chore: update deps (#199) 2022-06-21 10:10:01 -05:00
Mike Verbanic
02b3962042
$'fix release workflow files' (#198) 2022-06-16 16:14:54 -04:00
Seth Vargo
157280cef2
Minor touch-ups on comment 2022-05-30 10:31:52 -04:00
Seth Vargo
a771ff81e2
Run on all new issues 2022-05-30 10:29:19 -04:00
Seth Vargo
d786187a9e
Try just on labels 2022-05-30 10:25:52 -04:00
Seth Vargo
1336d3b920
Double quotes 2022-05-29 13:14:12 -04:00
Seth Vargo
7c65c4311a
Quotes? 2022-05-29 13:12:51 -04:00
Seth Vargo
a1109f2c8e
Mention the user 2022-05-29 13:11:58 -04:00
Seth Vargo
f899132198
Add workflow for troubleshooting comment 2022-05-29 13:10:21 -04:00
Mike Verbanic
773e856e31
update changelog (#188) 2022-05-27 14:25:14 -04:00
Mike Verbanic
d4641feafe
chore: update release process (#187)
* update release process

* Apply suggestions from code review

Co-authored-by: Seth Vargo <seth@sethvargo.com>

Co-authored-by: Seth Vargo <seth@sethvargo.com>
2022-05-27 10:44:10 -04:00
Google GitHub Actions Bot
ceee102ec2
chore: release 0.8.0 (#186) 2022-05-23 15:47:48 -04:00
Mike Verbanic
b60aafc09d
chore: release 0.8.0 (#185)
Release-As: 0.8.0
2022-05-23 15:43:57 -04:00