-
Notifications
You must be signed in to change notification settings - Fork 24
Seamless and predefined roles #618
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
40432b1
recreate 539
AlexicaWright 691ce5e
add tool auth to content-nav
AlexicaWright 90a5938
address PR comments
AlexicaWright 6451ed6
Merge branch 'console' into security2
AlexicaWright 66b3a7b
Merge branch 'console' into security2
AlexicaWright 8b97ffd
updates and images
AlexicaWright fb69f45
typo
AlexicaWright 36fb22d
add metrics reader
AlexicaWright ad9b04d
typo
AlexicaWright 654c6eb
update content nav
AlexicaWright f069c2f
fix
AlexicaWright b68448e
fix content-nav
AlexicaWright ecb0f70
Merge branch 'console' into security2
AlexicaWright d68d3f5
Merge branch 'console' into security2
AlexicaWright e0d3912
Merge branch 'console' into security2
AlexicaWright 3617663
Merge branch 'console' into security2
AlexicaWright 4903a70
updates per Aman
AlexicaWright 14ba854
Merge branch 'console' into security2
AlexicaWright 59ad5f2
change date
AlexicaWright 846e7cc
Merge branch 'console' into security2
AlexicaWright File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
= Tool authentication with Aura user | ||
:description: This section describes the seamless tool authentication functionality in AuraDB. | ||
|
||
Organization admins can allow their users to seamlessly and securely connect to instances using their Aura account credentials. | ||
When enabled, users connect to an instance via Query or Explore with a predefined database role matching their console role (see xref:user-management.adoc#roles[User management - Roles] for more information about roles and privileges.) | ||
|
||
If this setting is disabled, all users are required to connect to graph tools with a database username and password. | ||
|
||
[NOTE] | ||
==== | ||
Tool authentication with Aura user is enabled by default on all new organizations created after May 29th 2025. | ||
However, this does *not* apply to Virtual Dedicated Cloud. | ||
==== | ||
|
||
This feature can be enabled and configured from the Organization settings, available by selecting the organization name in the dropdown menu. | ||
|
||
Organization admins control the scope of seamless tool authentication via Aura user roles. | ||
You can enable or disable access via the checkboxes on *individual instance level*, for an *entire project*, and set *the default for new instances within a project*. | ||
|
||
You can select which projects and instances users can connect seamlessly to and which they should be required to use username and password to connect to. | ||
|
||
To prevent unauthorized access and allow Project admins full access control, the authentication is used in conjunction with predefined roles with varying levels of access to the database. | ||
This means that Project admins assign roles to the users that grants them seamless connection to the project and its instances as well as certain privileges to the databases there. | ||
|
||
[.shadow] | ||
image::tool-authentication.png[] |
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
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.
Uh oh!
There was an error while loading. Please reload this page.