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

Add anonymous permission #897

Open
ikhoon opened this issue Nov 23, 2023 · 1 comment
Open

Add anonymous permission #897

ikhoon opened this issue Nov 23, 2023 · 1 comment

Comments

@ikhoon
Copy link
Contributor

ikhoon commented Nov 23, 2023

If there is no sensitive information in a repository, users may want to make the repo public and allow access without an access token. ANONYMOUS could be added as a new permission in addition to OWNER, MEMBMER and GUEST.

@seonWKim
Copy link
Contributor

seonWKim commented Feb 6, 2024

I've made a PR 😄, feel free to check it anytime ~

minwoox pushed a commit that referenced this issue Apr 23, 2024
### Motivation 
> If there is no sensitive information in a repository, users may want to make the repo public and allow access without an access token. ANONYMOUS could be added as a new permission in addition to OWNER, MEMBMER and GUEST.

### Modification 
- Add `ProjectRole#ANONYMOUS` 
- Modify UI 
<img width="1010" alt="image" src="https://github.com/line/centraldogma/assets/69591622/13d85f40-76f7-4b2d-950f-71befd106763">
<img width="1002" alt="image" src="https://github.com/line/centraldogma/assets/69591622/4b79f56c-12b8-440d-9d8d-97ed4e89e62d">

### Result 
- Users will be able to add `ANONYMOUS` role to their project 

### Links 
#897
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants