-
Notifications
You must be signed in to change notification settings - Fork 18
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
Remove public-url
configuration from integration tests and add required relation
#487
Labels
enhancement
New feature or request
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6076.
|
DnPlas
added a commit
that referenced
this issue
Jul 31, 2024
The public-url configuration option has been replaced by a relation between dex-auth and oidc-gatekeeper. Because of that, configuring this option is not required anymore, and in fact if kept, can cause errors as it won't be recognised by Juju anymore. This commit removes the extra configuration from the integration tests. Part of #487
DnPlas
added a commit
that referenced
this issue
Jul 31, 2024
The public-url configuration option has been replaced by a relation between dex-auth and oidc-gatekeeper. Because of that, configuring this option is not required anymore, and in fact if kept, can cause errors as it won't be recognised by Juju anymore. This commit removes the extra configuration from the integration tests. Part of #487
This was referenced Jul 31, 2024
DnPlas
added a commit
that referenced
this issue
Jul 31, 2024
The public-url configuration option has been replaced by a relation between dex-auth and oidc-gatekeeper. Because of that, configuring this option is not required anymore, and in fact if kept, can cause errors as it won't be recognised by Juju anymore. This commit removes the extra configuration from the integration tests. Part of #487
DnPlas
added a commit
that referenced
this issue
Jul 31, 2024
The public-url configuration option has been replaced by a relation between dex-auth and oidc-gatekeeper. Because of that, configuring this option is not required anymore, and in fact if kept, can cause errors as it won't be recognised by Juju anymore. This commit removes the extra configuration from the integration tests. Part of #487
DnPlas
added a commit
that referenced
this issue
Jul 31, 2024
The public-url configuration option has been replaced by a relation between dex-auth and oidc-gatekeeper. Because of that, configuring this option is not required anymore, and in fact if kept, can cause errors as it won't be recognised by Juju anymore. This commit removes the extra configuration from the integration tests. Part of #487
DnPlas
added a commit
that referenced
this issue
Jul 31, 2024
The public-url configuration option has been replaced by a relation between dex-auth and oidc-gatekeeper. Because of that, configuring this option is not required anymore, and in fact if kept, can cause errors as it won't be recognised by Juju anymore. This commit removes the extra configuration from the integration tests. Part of #487
DnPlas
added a commit
that referenced
this issue
Jul 31, 2024
The public-url configuration option has been replaced by a relation between dex-auth and oidc-gatekeeper. Because of that, configuring this option is not required anymore, and in fact if kept, can cause errors as it won't be recognised by Juju anymore. This commit removes the extra configuration from the integration tests. Part of #487
This was referenced Jul 31, 2024
DnPlas
added a commit
that referenced
this issue
Jul 31, 2024
The public-url configuration option has been replaced by a relation between dex-auth and oidc-gatekeeper. Because of that, configuring this option is not required anymore, and in fact if kept, can cause errors as it won't be recognised by Juju anymore. This commit removes the extra configuration from the integration tests. Part of #487
DnPlas
added a commit
that referenced
this issue
Jul 31, 2024
The public-url configuration option has been replaced by a relation between dex-auth and oidc-gatekeeper. Because of that, configuring this option is not required anymore, and in fact if kept, can cause errors as it won't be recognised by Juju anymore. This commit removes the extra configuration from the integration tests. Part of #487
DnPlas
added a commit
that referenced
this issue
Aug 1, 2024
The public-url configuration option has been replaced by a relation between dex-auth and oidc-gatekeeper. Because of that, configuring this option is not required anymore, and in fact if kept, can cause errors as it won't be recognised by Juju anymore. This commit removes the extra configuration from the integration tests. Part of #487
DnPlas
added a commit
that referenced
this issue
Aug 1, 2024
The public-url configuration option has been replaced by a relation between dex-auth and oidc-gatekeeper. Because of that, configuring this option is not required anymore, and in fact if kept, can cause errors as it won't be recognised by Juju anymore. This commit removes the extra configuration from the integration tests. Part of #487
DnPlas
added a commit
that referenced
this issue
Aug 1, 2024
The public-url configuration option has been replaced by a relation between dex-auth and oidc-gatekeeper. Because of that, configuring this option is not required anymore, and in fact if kept, can cause errors as it won't be recognised by Juju anymore. This commit removes the extra configuration from the integration tests. Part of #487
DnPlas
added a commit
that referenced
this issue
Aug 6, 2024
The public-url configuration option has been replaced by a relation between dex-auth and oidc-gatekeeper. Because of that, configuring this option is not required anymore, and in fact if kept, can cause errors as it won't be recognised by Juju anymore. This commit removes the extra configuration from the integration tests. Part of #487
Track branches from 1.18 -> 1.22 now have the fix. Closing this issue, as there is nothing else to do. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
The
oidc-gatekeeper
anddex-auth
charms do not have this configuration option anymore. It is still set in the integration tests for this repo, so we should remove it and add the appropriate relation so those charms are active and idle and don't block the CI.What needs to get done
public-url
configuration option from integration testsDefinition of Done
The CI is not blocked because of the extra config option.
The text was updated successfully, but these errors were encountered: