-
Notifications
You must be signed in to change notification settings - Fork 28
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
next
branch tracker for oCIS latest 5.0 compatiblity
#406
Comments
@kobergj maybe we can have a look at this together tomorrow? |
From my POV, only #414 is currently open for |
This would need service accounts. |
We have them already in the oCIS Helm Chart on |
Auto accept is already true on default in ocis since owncloud/ocis#7477 |
Looks like https://github.com/owncloud/ocis/blob/master/changelog/unreleased/auto-accept-shares.md should be updated and changed to |
Quick change: owncloud/ocis#7569 |
Currently missing no next branch: |
Some more configuration options + more recent oCIS: #419 |
We should expose settings for: |
@micbar I lost a little track what we need to do in the oCIS Chart for a good oCIS 5 support. These are things that come to my mind:
Do you have more things that come to your mind? |
Nats ja cache will come with 5.0.0-beta.2. @butonic can you provide the info about the new cleanup cli? |
One change still pending owncloud/ocis#7933
We basically have the new NAME:
ocis storage-users uploads sessions - Print a list of upload sessions
USAGE:
ocis storage-users uploads sessions [command options] [arguments...]
OPTIONS:
--id value filter sessions by upload session id
--processing filter sessions by processing status
--expired filter sessions by expired status
--output value output format to use (can be 'plain' or 'json', experimental) (default: plain)
--help, -h show help
@butonic please provide more info for @wkloucek Will that be available also on the stable-4.0?
Custom Postprocessing StepsBy using the envvar PrerequisitesFor using custom postprocessing steps you need a custom service listening to the configured event system (see WorkflowWhen defining a custom postprocessing step (eg. Once the service defined as custom step has finished its work, it should send an event of type
The backoff behavior as mentioned in the See the cs3 org for up-to-date information of reserved step names and event definitions. |
The
So any jobs periodically cleaning expired uploads using To give admins even more control over upload sessions we also added the |
That's great, so we don't need to change the current one 🥳 |
@micbar I didn't get your part about postprocessing. Where can |
Something seems to be broken for next #458 |
No additional configuration needed. It will automatically retry when it hits an error. Compare https://github.com/owncloud/ocis/blob/master/services/antivirus/pkg/service/service.go#L178-L188
|
next
branch tracker for oCIS latest compatiblitynext
branch tracker for oCIS latest 5.0 compatiblity
Chart changes
bannedPasswordsList
/FRONTEND_PASSWORD_POLICY_BANNED_PASSWORDS_LIST
-> this is a path!? where comes the file from!? Probably we should hardcodeFRONTEND_PASSWORD_POLICY_BANNED_PASSWORDS_LIST
and only allow to set a ConfigMap reference to enable this list -> fixed in improve next #410AUTH_SERVICE_API_KEY
that is not known to the documentation -> fix in remove non existing AUTH_SERVICE_API_KEY #413Adapt to latest latest master
USERLOG_DEBUG_ADDR
in clientlog -> fixed in fix clientlog restart loop #411xxx_MACHINE_AUTH_API_KEY
( at least userlog seems to have this replaced by service accounts) -> fix in remove auth machine secret where no longer needed #412STORAGE_USERS_PURGE_TRASH_BIN_USER_ID
use service accounts onnext
branch #390 (comment) -> see PR Remove unusedSTORAGE_USERS_PURGE_TRASH_BIN_USER_ID
#405Code Changes
AUTH_MACHINE_JWT_SECRET
-> code fix in fix auth service env variable ocis#7523, fix in switch to AUTH_SERVICE_JWT_SECRET #415autoAcceptShares: true
-> oCIS product defaults will also switch to true -> done in [full-ci] ApiTests. enable auto accepting in api tests ocis#7477The text was updated successfully, but these errors were encountered: