Skip to content

Commit 2fdd786

Browse files
authored
Updating broken links to solutions site (#610)
The current kerberos link returns 404. The second link redirects to the solution site.
1 parent 2695a51 commit 2fdd786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaling-security.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Alternatively, you may have data that is user-specific.
4141
If you need to **authenticate** users, i.e. identify them through a user name and password, never attempt to roll a solution yourself.
4242
There are just too many things that might go wrong.
4343
Instead, you'll need to work with your IT team to design a secure access mechanism.
44-
You can see some best practices at <https://solutions.rstudio.com/sys-admin/auth/kerberos/> and <https://db.rstudio.com/best-practices/deployment/>.
44+
You can see some best practices at <https://solutions.posit.co/secure-access/auth/kerberos/index.html> and <https://solutions.posit.co/connections/db/best-practices/deployment/>.
4545
Note that code within `server()` is isolated so there's no way for one user session to see data from another.
4646
The only exception is if you use caching --- see Section \@ref(cache-scope) for details.
4747

0 commit comments

Comments
 (0)