Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Allow Connect API Key#133

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
schloerke merged 17 commits intorstudio:masterfromalexkgold:connect_api_key
Feb 9, 2021
Merged
Changes from1 commit
Commits
Show all changes
17 commits
Select commitHold shift + click to select a range
57df886
Allow api key auth on RStudio Connect
Sep 4, 2020
d360ce7
Don't need to do postLogin with API key
Sep 10, 2020
d8a3fd0
remove unnecessary args
Sep 10, 2020
ac067cd
fix cookie arg
Sep 10, 2020
56e4590
Make API Key less automagic
Sep 17, 2020
3d02460
bump version
Sep 17, 2020
d306f75
build docs
Sep 17, 2020
dd1257c
White space and comments
schloerkeSep 18, 2020
64beeea
Update R/shiny-recorder.R
alexkgoldOct 7, 2020
f09553c
Check for solo url of RSC app
schloerkeOct 8, 2020
fd99fe2
Merge branch 'master' into connect_api_key
schloerkeFeb 5, 2021
323c490
Remove fancy apostrophe in favor of regular apostrophe
schloerkeFeb 5, 2021
b2387ce
Add header to recording if RSC connect api key is used
schloerkeFeb 5, 2021
da622ae
Add message hinting to users that they should use `connect_api_key`
schloerkeFeb 5, 2021
fa026a8
Fix vignette formatting by adding a space
schloerkeFeb 8, 2021
63d0a4b
Add docs on how to disable bash or zsh history
schloerkeFeb 8, 2021
4bc7b2f
Update load-testing-authenticated-apps.Rmd
schloerkeFeb 9, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
Update load-testing-authenticated-apps.Rmd
  • Loading branch information
@schloerke
schloerke committedFeb 9, 2021
commit4bc7b2fdb66335b89df4bc2eb6b7559a78d77af0
4 changes: 2 additions & 2 deletionsvignettes/load-testing-authenticated-apps.Rmd
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -36,9 +36,9 @@ The supplied username and password are used for the duration of the recording to

## Load testing

Because credentials are not stored in recordings, a username and password must be supplied to `shinycannon` in order to load test authenticated applications.
Because credentials are not stored in recordings, a username and passwordor RStudio Connect API Keymust be supplied to `shinycannon` in order to load test authenticated applications.

`shinycannon` does not have `--user`, `--password`, or `--connect-api-key` arguments for security reasons, so that these strings will not appear in a process list. Instead, the `SHINYCANNON_USER`, `SHINYCANNON_PASS`, and `SHINYCANNON_CONNECT_API_KEY` environment variables must be set.
`shinycannon` does not have `--user`, `--password`, or `--connect-api-key` arguments for security reasons, so that these strings will not appear in a process list. Instead, the `SHINYCANNON_USER`, `SHINYCANNON_PASS`, and `SHINYCANNON_CONNECT_API_KEY` environment variables must be set. `SHINYCANNON_CONNECT_API_KEY` will take preference over `SHINYCANNON_USER` and `SHINYCANNON_PASS`.

On Linux and macOS, you can disable history for any command that starts with a space. If using a `bash`:

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp