opentofu/backend/remote
Sander van Harmelen 58961026a2 backend/remote: use the can-queue-apply permission
Previously we checked can-update in order to determine if a user had the
required permissions to apply a run, but that wasn't sufficient. So we
added a new permission, can-queue-apply, that we now use instead.
2019-02-25 14:45:40 +01:00
..
test-fixtures backend/remote: fix bufio.Scanner: token too long 2019-02-07 09:54:43 +01:00
backend_apply_test.go backend/remote: cleanup test connections 2019-02-07 09:55:19 +01:00
backend_apply.go backend/remote: use the can-queue-apply permission 2019-02-25 14:45:40 +01:00
backend_common.go backend/remote: fix bufio.Scanner: token too long 2019-02-07 09:54:43 +01:00
backend_context.go backend/remote: implement the Local interface 2018-11-26 20:50:25 +01:00
backend_mock.go backend/remote: use the can-queue-apply permission 2019-02-25 14:45:40 +01:00
backend_plan_test.go backend/remote: update the test logic 2019-02-08 16:56:37 +01:00
backend_plan.go backend/remote: fix bufio.Scanner: token too long 2019-02-07 09:54:43 +01:00
backend_state_test.go backend/remote: cleanup test connections 2019-02-07 09:55:19 +01:00
backend_state.go backend/remote: support the new force-unlock API 2018-11-30 19:39:18 +01:00
backend_test.go backend/remote: cleanup test connections 2019-02-07 09:55:19 +01:00
backend.go backend/remote: use state.v2 for remote state only 2019-02-19 10:59:51 +01:00
cli.go Change how to fall back from remote to local backend 2018-11-20 22:25:52 +01:00
colorize.go backend/remote: implement the Local interface 2018-11-26 20:50:25 +01:00
remote_test.go Change how to fall back from remote to local backend 2018-11-20 22:25:52 +01:00
testing.go backend/remote: use state.v2 for remote state only 2019-02-19 10:59:51 +01:00