Clarify Astra DB keyspace limitation#58
Closed
aimurphy wants to merge 137 commits intoauthorizerdev:mainfrom
Closed
Clarify Astra DB keyspace limitation#58aimurphy wants to merge 137 commits intoauthorizerdev:mainfrom
aimurphy wants to merge 137 commits intoauthorizerdev:mainfrom
Conversation
- _revoke_access - _enable_access - _generate_jwt_keys
…_time_expiry_time_docs enhancement: add env docs for access_token_expiry_time
Hey there, not sure if you accept these PRs but I spotted a few typos, and was a bit confused trying to install `authorizer-js` because I didn't read far enough down the page for the full package name.. i figure it would be better to make these fixes. nice product, keep up the good work
…tegration update: hasura integration
…egration fix: hasura integration
Added Missing Sections For Documentation
Update functions (Sign up).md at Authorizer-js
Update Link At Roadmap .mdx
…-account feat: add docs for deactivate account
It's not accessToken anymore. It's access_token.
Fix typo in SMTP config page
Fix accessToken typo in example queries and mutations
# Conflicts: # pages/core/graphql-api.md # yarn.lock
…e_screen_hint_docs Introduce screen hint param for signup redirection in /authorize API docs
Fix issues in docs
Add note about having to access with https
fix typos in index.mdx
📝 docs(self hosting): Add deployment link for Alibaba Cloud
✅ Deploy Preview for authorizerdev-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello - I am a technical writer for DataStax.
This PR clarifies the limitation on
CREATE KEYSPACEfor DataStax Astra DB.This restriction only applies to Astra DB, not DSE or HCD.
Additionally, you can use the Astra Portal, DevOps API, or Astra CLI to create a keyspace.
I have updated the text, and I added links to more relevant pages.