mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-25 00:11:23 +02:00
coreos-devel/mantle: Verify that unauthenticated users can't access CoreOS
Include a test to ensure that users without valid authentication tokens are unable to log into CoreOS
This commit is contained in:
parent
3ba6985d62
commit
a25497dce5
@ -10,7 +10,7 @@ COREOS_GO_PACKAGE="github.com/coreos/mantle"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="6f9da6c7a0d9e31c1ff341254064234a223b06cb" # v0.1.3
|
CROS_WORKON_COMMIT="74ae41661c737c08c2dbe8636bec3f45c2db819b" # v0.1.4
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user