Denis Barbaron
9de3828158
add saml audience option and manage required options ( #843 )
...
Signed-off-by: Denis barbaron <denis.barbaron@orange.com >
2025-03-03 16:46:01 +01:00
Denis Barbaron
c24d24bc9d
Update the documentation of SAML 2.0 authentication ( #675 )
2023-06-15 17:48:16 +02:00
Denis Barbaron
da6c786a51
Update DEPLOYMENT.md ( #569 )
...
Replace "openstf" by "devicefarmer" in DEPLOYMENT.md documentation
Signed-off-by: Denis Barbaron denis.barbaron@orange.com
Signed-off-by: Denis Barbaron denis.barbaron@orange.com
2022-08-24 15:16:18 +02:00
petemyron
26806152f3
--net host is no longer needed for stf-provider ( #165 )
...
* --net host is no longer needed for stf-provider
newer versions of Docker now support exposing port ranges, so we no longer need to use `--net host`. Respective docker networking changes for ADB are included.
Signed-off-by: Pete Myron <pete.myron@t-mobile.com >
* Update DEPLOYMENT.md
fixed typo
Signed-off-by: Pete Myron <pete.myron@t-mobile.com >
Co-authored-by: Karol Wrótniak <karol.wrotniak@droidsonroids.pl >
2021-06-29 00:13:31 +02:00
Denis Barbaron
1be4db990d
Add swagger UI support in DEPLOYMENT.md
...
For playing with STF API against your STF platform using swagger UI tool through a web access, NGINX version is upgraded to 1.17.4
2020-02-14 16:02:19 +01:00
Denis Barbaron
8c4afb38fa
add API unit in NGINX setup recap
2020-02-12 15:54:21 +01:00
Denis Barbaron
dca0439e93
Updating deployment documentation
...
add Group feature
2020-02-10 15:28:11 +01:00
Michael J. Mitchell
846cfc1a66
Fix SAML_ID_PROVIDER_CERT_PATH in example SAML auth provider unit
2019-06-19 12:26:04 -07:00
Simo Kinnunen
e3d87f253a
Merge pull request #526 from mirceanis/master
...
update RethinkDB initial configuration docs
2017-05-16 14:33:58 +09:00
Simo Kinnunen
d08a541bd2
RethinkDB advice.
2017-02-06 00:15:03 +09:00
mirceanis
8efc90d7b2
update RethinkDB initial configuration docs
...
fixes #524
2017-01-18 16:29:23 +02:00
Simo Kinnunen
6f960ba2d7
Make sure /mnt/storage has the necessary permissions in the deployment guide.
2017-01-13 13:59:24 +09:00
Vishal Banthia
94fd18aedf
Fix mkdir path of rethinkdb.service in docs
2016-08-29 17:49:05 +05:30
Simo Kinnunen
9e5f8ca5f8
Fix inconsistent RethinkDB version in deployment docs. Fixes #385 .
2016-08-02 16:34:51 +09:00
Simo Kinnunen
0ee3624522
Better stop command for the ADB unit.
2016-07-29 17:52:24 +09:00
Simo Kinnunen
fd099a057a
Update RethinkDB version in deployment guide.
2016-07-28 23:55:49 +09:00
Vishal Banthia
b1f7f67eb7
Deployment Doc: Update rethinkdb version and fix api unit file.
2016-07-22 19:34:22 +05:30
Vishal Banthia
d67d06a19f
typo
2016-07-22 19:34:22 +05:30
Vishal Banthia
04d410bc1d
Update DEPLOYMENT doc with api unit
2016-07-22 19:34:22 +05:30
Simo Kinnunen
0ecf0243ea
Fix WebSocket URL in deployment guide.
2016-07-20 18:18:56 +09:00
Michael J. Mitchell
8be8ded1cf
Add sample Slack notifier unit to deployment doc
2016-06-02 19:57:18 -07:00
Simo Kinnunen
b61df410f7
Update deployment docs with an example for Google's OAuth 2.0 provider.
2016-04-26 15:59:15 +09:00
Vishal Banthia
059213546e
Enhancement: Add auth-saml2 support.
2016-01-05 16:39:02 +09:00
Vishal Banthia
9dc9010490
DOCUMENTATION: Add storage-s3 sample unit in DEPLOYMENT doc
2015-12-29 14:15:58 +09:00
Vishal Banthia
ddc24e5dc5
Mention about setup-examples in README and DEPLOYMENT doc
2015-11-24 14:04:24 +09:00
Simo Kinnunen
0b0d403a72
Mention that NODE_TLS_REJECT_UNAUTHORIZED=0 may be needed for self-signed certs.
2015-09-10 01:11:03 +09:00
Simo Kinnunen
34278dcb41
Merge pull request #75 from vbanthia/update-deployment.md
...
Fix proxy_path for stf-auth in sample nginx.conf
2015-09-10 00:09:57 +09:00
Simo Kinnunen
190b5d6b73
Add a sample rethinkdb.service to help people get going faster.
2015-09-09 23:55:01 +09:00
Simo Kinnunen
d71d466da9
Remove 127.0.0.1 from unit configs. It was an artifact of our internal way of doing things which involved more than one nginx instance.
2015-09-09 23:19:25 +09:00
Simo Kinnunen
0aa1cda997
Use our own shiny new ambassador since the current one was broken. Fixes #73 .
2015-09-09 03:44:23 +09:00
Vishal Banthia
83d3e566fa
fix proxy_path for stf-auth in deployment doc
2015-09-08 22:00:06 +09:00
Lenciel
782b744bdc
Update DEPLOYMENT.md
...
remove redundant "keeps"
2015-09-07 20:19:27 +08:00
Simo Kinnunen
45615e31c1
Markdown formatting fixes.
2015-08-05 14:38:57 +09:00
Simo Kinnunen
3e5903edcf
Separate device log recording from the rest of the app. This should cause less strain on the DB server especially since the full event log is rarely needed; you could just use your favorite log collector to watch stderr. DB calls are still mixed, but may be refactored out later.
2015-08-04 20:44:44 +09:00
Simo Kinnunen
3dfd524dd0
Use openstf/stf:latest as the default image in the deployment guide. It's a bit more risky but this way we won't have to keep updating it every now and then.
2015-07-11 00:56:16 +09:00
Abraham Ingersoll
571d42e92b
typo in stf-websocket unit template filename
2015-07-09 19:43:09 -05:00
Abraham Ingersoll
bea1037715
typo in stf-storage-plugin-apk unit template filename
2015-07-09 18:56:28 -05:00
Simo Kinnunen
ef9e17dd1f
Don't suggest that the nginx unit is a template unit.
2015-07-06 18:29:36 +09:00
Simo Kinnunen
efef52914a
Add sample nginx configuration.
2015-07-06 18:28:30 +09:00
Simo Kinnunen
f49749ed0f
Fix image URL to include the raw parameter.
2015-07-06 17:51:27 +09:00
Simo Kinnunen
326a041a56
Fix formatting errors and bad wording that became apparent after pushing the branch and seeing it on GitHub.
2015-07-06 17:49:39 +09:00
Simo Kinnunen
dd63adf1dd
Add initial deployment guide with unit configurations and what should be a correct topo graph. Nginx configuration is still missing.
2015-07-06 17:40:33 +09:00