๐ Bug Report: Missing Scopes in API keys
- Dominant language
- Svelte
- Stars
- 393
- Forks
- 260
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 24
Description
### ๐ Reproduction steps
- Go to a project
- Create or view an API KEY
- Look at the existing scopes
### ๐ Expected behavior
It should have the `rules.read` and `rules.write` scopes.
### ๐ Actual Behavior
It's missing the `rules.read` and `rules.write` scopes.
Which prevent API keys to deploy functions correctly (as the CLI check the function URL and shows it in the CLI).
If i'm not wrong it's missing the scopes in this part :
https://github.com/appwrite/console/blob/main/src/lib/constants.ts#L144
### ๐ฒ Appwrite version
Different version (specify in environment)
### ๐ป Operating system
Linux
### ๐งฑ Your Environment
Appwrite: 1.7.4 (does not shows 1.7.X in the version select)
Console: 6.1.23 (i upgraded the console to see if it was fixed, tho it's not)
### ๐ Have you spent some time to check if this issue has been raised before?
- [x] I checked and didn't find similar issue
### ๐ข Have you read the Code of Conduct?
- [x] I have read the [Code of Conduct](https://github.com/appwrite/.github/blob/main/CODE_OF_CONDUCT.md)
Contributor guide
Assessment
This issue has not been assessed yet.