canonical / oathkeeper-operator

Charmed Ory Oathkeeper
https://charmhub.io/oathkeeper
Apache License 2.0
1 stars 4 forks source link

Disable `dev` flag in e2e tests #46

Open natalian98 opened 9 months ago

natalian98 commented 9 months ago

Enhancement Proposal

Currently the e2e tests in traefik require the dev config option to be enabled in oathkeeper.

    await ops_test.model.deploy(
        OATHKEEPER_CHARM,
        channel="latest/edge",
        config={"dev": "True"},
        trust=True,
    )

Once tls support is added, the option can be removed.

syncronize-issues-to-jira[bot] commented 9 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/IAM-610.

This message was autogenerated