Skip to content

Enable running on already deployed Authorino - #12

Merged
pehala merged 1 commit into
Kuadrant:mainfrom
pehala:already_deployed
Jul 4, 2022
Merged

Enable running on already deployed Authorino#12
pehala merged 1 commit into
Kuadrant:mainfrom
pehala:already_deployed

Conversation

@pehala

@pehala pehala commented Jun 22, 2022

Copy link
Copy Markdown
Contributor
  • The operator test will be skipped if that's the case.
  • You can set it up by settings authorino.deploy to false
    • You also need to specify the authorization URL for it through authorino.url
    • Details can be found in settings.local.yamp.tpl

self._authorization_url = authorization_url

def wait_for_ready(self):
return True

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose we don't care if the preexisting Authorino instance is NOT ready, right? Tests will fail of course, but that's all right. Any preexisting Authorino instance is supposed to be ready before using this option, I imagine.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly, and even if we wanted we cannot assume that we have permission to view the status of it, it might be located in a completely different namespace.

@pehala
pehala merged commit 998063c into Kuadrant:main Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants