Adding a shiro.ini configuration in order to test bad password using compose setup.

This commit is contained in:
Renan DelValle 2018-12-18 12:37:50 -08:00
parent 67b37d5a42
commit fdd94e9bea
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
3 changed files with 35 additions and 2 deletions

View file

@ -65,6 +65,12 @@ services:
CLUSTER_NAME: test-cluster
ZK_ENDPOINTS: "192.168.33.2:2181"
MESOS_MASTER: "zk://192.168.33.2:2181/mesos"
EXTRA_SCHEDULER_ARGS: >
-http_authentication_mechanism=BASIC
-shiro_realm_modules=INI_AUTHNZ
-shiro_ini_path=/etc/aurora/security.ini
volumes:
- ./.aurora-config:/etc/aurora
networks:
aurora_cluster:
ipv4_address: 192.168.33.7