Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LY Corporation name (formerly known as Yahoo! Japan) #2360

Merged
merged 3 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Athenz adopters

- [Yahoo](https://www.yahoo.com)
- [Yahoo! JAPAN](https://www.yahoo.jp)
- [LY Corporation](https://www.lycorp.co.jp/en/)

If your company is using Athenz and would like to be included on this list,
please [submit a pull request](https://github.com/AthenZ/athenz/edit/master/ADOPTERS.md).
please [submit a pull request](https://github.com/AthenZ/athenz/edit/master/ADOPTERS.md).
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ Athenz v1.10.32 Release / Aug 25, 2021
#1595 When role is deleted, remove from dynamic role cert cache
#1596 fix digest algorithm value when validating jws domains
#1597 handle any exceptions (we shouldn't get any) during process domain call
#1598 Add a readme in the go client for zpe, which refers to Yahoo! Japan's athenz-authorizer.
#1598 Add a readme in the go client for zpe, which refers to AthenZ/athenz-authorizer.
#1599 update dependency packages to their latest releases
#1601 define new jwspolicydata object and api endpoint
#1602 jws validate document method in Crypto
Expand Down
2 changes: 1 addition & 1 deletion clients/go/zpe/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZPE Go library

Yahoo! Japan wrote an authorization library called [AthenZ/athenz-authorizer](https://github.com/AthenZ/athenz-authorizer);
[LY Corporation](https://www.lycorp.co.jp/en/) wrote an authorization library called [AthenZ/athenz-authorizer](https://github.com/AthenZ/athenz-authorizer);
therefore, no competing implementation has been written in this repo.

Please see its documentation and examples for more detailed information and in general you'll need to:
Expand Down