Enabling CI on github after deployment #1587
Replies: 5 comments 8 replies
-
@iameskild do we have any best practices for this? my intuition would be to update the |
Beta Was this translation helpful? Give feedback.
-
@iameskild We don't want to do |
Beta Was this translation helpful? Give feedback.
-
Hey @rsignell-usgs, I am unfamiliar with your current deployment setup, but you might need to re-deploy to ensure the changes indeed take effect. The needed steps seem to be as follows:
@viniciusdc or @iameskild can you please double-check to make sure this is correct? |
Beta Was this translation helpful? Give feedback.
-
Thanks @trallard ! Could we do |
Beta Was this translation helpful? Give feedback.
-
We ran the [terraform]: No changes. Your infrastructure matches the configuration.
[terraform]:
[terraform]: Terraform has compared your real infrastructure against your configuration
[terraform]: and found no differences, so no changes are needed.
[terraform]:
[terraform]: Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
[terraform]:
[terraform]: Outputs:
[terraform]:
[terraform]: keycloak_credentials = <sensitive>
[terraform]: keycloak_nebari_bot_password = <sensitive>
/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'nebari.data.science.earth'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'nebari.data.science.earth'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'nebari.data.science.earth'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'nebari.data.science.earth'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'nebari.data.science.earth'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'nebari.data.science.earth'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'nebari.data.science.earth'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'nebari.data.science.earth'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'nebari.data.science.earth'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'nebari.data.science.earth'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
Attempt 1 failed connecting to keycloak master realm
Attempt 2 failed connecting to keycloak master realm
Attempt 3 failed connecting to keycloak master realm
Attempt 4 failed connecting to keycloak master realm
Attempt 5 failed connecting to keycloak master realm
Attempt 6 failed connecting to keycloak master realm
Attempt 7 failed connecting to keycloak master realm
Attempt 8 failed connecting to keycloak master realm
Attempt 9 failed connecting to keycloak master realm
Attempt 10 failed connecting to keycloak master realm
ERROR: unable to connect to keycloak master realm at url=https://nebari.data.science.earth/auth/ with root credentials
Error: Process completed with exit code 1.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@jkellndorfer and I have successfully deployed the latest Nebari on AWS (https://nebari.data.science.earth), and have pushed to a private repo on github. We then pushed a change to the config but no action occurred.
On our older qhub deployment on AWS, the github repo had the
.github/workflows
dir and several secrets set.We don't have that dir or any secrets on our Nebari repo.
What should we do to fix ? I did check the docs, including troubleshooting and FAQ and didn't see anything likely (though I might have missed it)
Beta Was this translation helpful? Give feedback.
All reactions