Min RK
e35dde8112
Merge pull request #3520 from IvanaH8/rbac-docs-update
...
[rbac] Docs updates
2021-06-25 07:15:29 +00:00
IvanaH8
a6471670c2
Update upgrade section
2021-06-23 11:44:40 +02:00
IvanaH8
8764f6493b
Add scope variable nomenclature and update tech implementation
2021-06-23 11:33:48 +02:00
IvanaH8
024e8fca30
Add !user filter explanation
2021-06-22 17:16:06 +02:00
IvanaH8
eb0f995886
Add scope hierarchy duplicates explanation
2021-06-22 16:22:51 +02:00
IvanaH8
f767a082f8
Fix user/admin default role assignment in roles.md
2021-06-18 13:10:02 +02:00
IvanaH8
a137134d3a
Update roles.md for rbac docs with role creation/deletion and assignment changes
2021-06-18 12:28:30 +02:00
IvanaH8
12ffc42114
Fix docstring indentation and reference to flask example in docs
...
example using flask for Implementing your own Auth with JupyterHub was not displayed
2021-06-18 11:07:33 +02:00
Samuel Gaist
5a4314ea8c
Refactor scope relationships creation
...
This version reduces the number of access to dictionaries data.
2021-06-17 16:06:59 +02:00
0mar
684cac4dc9
Fixed newlines
2021-06-16 09:15:27 +02:00
0mar
ceed989e77
Generate REST API scope descriptions from source code
2021-06-15 13:49:24 +02:00
0mar
7a3b237bb3
Refactored scope names and updated docs to reflect this
2021-06-15 13:00:15 +02:00
Min RK
5789806cf7
Sync rbac with main
2021-06-15 11:06:11 +02:00
Min RK
b664f02f58
Merge pull request #3504 from 0mar/authorization-page
...
[rbac] Authorization page for OAuth services
2021-06-15 06:13:44 +00:00
Min RK
77e4e8aab7
bump autodoc-traits
...
for sphinx compatibility fix
2021-06-15 08:07:40 +02:00
Min RK
744983e53f
sync rbac with main
...
# Conflicts:
# docs/rest-api.yml
# jupyterhub/oauth/provider.py
2021-06-14 12:53:39 +02:00
0mar
8864780bfb
Adjusted documentation for auth pages
2021-06-11 13:32:20 +02:00
0mar
5e3201cfe3
Minor formatting change
2021-06-11 12:27:40 +02:00
0mar
73a6b3477a
Fixed typos and formatting
2021-06-11 11:59:18 +02:00
0mar
d169359d51
Refactored scope description to be usable for both docs and authorization page
2021-06-11 11:44:10 +02:00
Erik Sundell
81fa41574f
Merge pull request #3494 from davidbrochart/typo
...
Fix typo
2021-06-09 11:34:32 +02:00
David Brochart
fb1ff5e644
Fix typo
2021-06-09 11:32:15 +02:00
0mar
c121a17310
Removed default service roles from upgrade and docs
2021-06-09 09:10:51 +02:00
Min RK
4a0fed1a5b
address review in services doc
2021-06-08 09:35:45 +02:00
Min RK
40de16e0e1
Update service examples and documentation with access scopes and roles
2021-06-07 14:02:13 +02:00
Min RK
8eaed91f79
Merge pull request #3444 from minrk/oauth-details
...
Oauth details docs
2021-06-07 11:56:49 +00:00
Jason Anderson
20a3ba2b41
Add Chameleon to JupyterHub deployment gallery
2021-05-26 15:07:11 -05:00
Min RK
d39673eea2
Flesh out oauth details doc
...
adress review, add emoji, expand details, examlpes, and add discussion of caching and revocation.
2021-05-26 12:28:59 +02:00
Min RK
2ad80fd69c
Merge pull request #3476 from IvanaH8/rbac-scope-table-makefile
...
[rbac] Generate scope table for docs
2021-05-25 09:18:08 +02:00
IvanaH8
800f3cf79f
Add trigger to conf.py to call generate-scope-table
2021-05-21 17:03:24 +02:00
IvanaH8
4a1459195e
Move scope_definitions dict to jupyterhub/scopes.py
2021-05-21 16:58:45 +02:00
Min RK
d2dc38d773
Sync with main
2021-05-21 12:53:37 +02:00
Min RK
5a9ca0c710
Merge pull request #3470 from kinow/patch-2
...
(docs) Fix DummyAuthenticator class reference
2021-05-21 12:01:26 +02:00
Min RK
05f47b14f3
Merge pull request #3381 from minrk/rm-redundant-args
...
Stop specifying `--ip` and `--port` on the command-line
2021-05-21 10:09:16 +02:00
IvanaH8
e61cacf5e8
Add message to run make clean before make html
2021-05-20 14:59:49 +02:00
IvanaH8
7914c01099
Call scope table generation in makefile and include in scopes.md
2021-05-20 14:52:28 +02:00
IvanaH8
948179ee0e
Generate scope table in separate markdown file
2021-05-20 14:49:28 +02:00
IvanaH8
65f3933da4
Create scope dictionary
2021-05-20 14:36:21 +02:00
Bruno P. Kinoshita
5a10107da8
(docs) Fix DummyAuthenticator class
2021-05-21 00:19:44 +12:00
Min RK
4e41a39b30
Sync with main
2021-05-12 16:08:03 +02:00
Min RK
915fa4bfcc
Apply suggestions from code review
...
thanks Carol!
Co-authored-by: Carol Willing <carolcode@willingconsulting.com >
2021-05-12 11:05:47 +02:00
Min RK
e7d249bb3d
Sync with master
2021-05-11 10:52:46 +02:00
Min RK
63a61bcc2f
prepare to rename default branch to main
...
- update references to default branch name in docs, workflows
- use HEAD in github urls, which always works regardless of default branch name
- fix petstore URLs since the old petstore links seem to have stopped working
2021-05-11 10:40:04 +02:00
Min RK
863b4c7d50
Deprecate and remove some old auth bits
...
- remove long-deprecated `POST /api/authorizations/token` for creating tokens
- deprecate but do not remove `GET /api/authorizations/token/:token` in favor of GET /api/user
- remove shared-cookie auth for services from HubAuth, rely on OAuth for browser-auth instead
- use `/hub/api/user` to resolve user instead of `/authorizations/token` which is now deprecated
2021-05-05 14:07:14 +02:00
Min RK
1f7e54f652
Merge pull request #3413 from naatebarber/pagination
...
Support Pagination in the REST API
2021-05-05 11:27:27 +02:00
Min RK
3602da550c
more spawner docs for environment variables, cli args, ips and ports
2021-05-05 10:21:32 +02:00
David Brochart
49e10fdbe9
Fix documentation
2021-05-04 18:36:50 +02:00
Min RK
f28b92a99e
remove all CLI args from default Spawner implementation
...
use only env variables, which are safer to ignore and easier to handle in multiple ways
2021-05-04 12:30:39 +02:00
Min RK
148257de12
DOC: details of oauth in jupyterhub
2021-04-23 14:12:46 +02:00
Min RK
cf4b25ac56
sync with master
2021-04-22 14:14:02 +02:00