-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add CDOGS Helm Chart and associated GA workflow #96
Conversation
Signed-off-by: Jeremy Ho <[email protected]>
Signed-off-by: Jeremy Ho <[email protected]>
Signed-off-by: Jeremy Ho <[email protected]>
@@ -3,18 +3,22 @@ config: | |||
enabled: true | |||
configMap: | |||
KC_ENABLED: "true" | |||
KC_PUBLICKEY: ~ | |||
KC_PUBLICKEY: >- | |||
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtq5+xTKB1FRCwufdluEx8mNIZU3eXpo91QUrqlpq226HcyF9WPihdpuZzdlS+kW6EC2prZfJpvDvzT/Og4fx9ZoQVKV0uYvWvEg5Sc3ikQMfO0ngqUC6FkxElj9LzpijpdEQd0JAmmem2329lITwWroX70imLhYu3aY+Q3hSY2lg5OJCBw0I2pulfQiMsGn3vgkwSvmIsDhOgSnwPJhPxD9TY6kjvTff6LB1bFSwlxh1l8dRBqRabDunoHn/uHfhVAHB/SgPkvP5Ybc5bP/idBNP0kiQcWiT02Z7aB1r7Fnd5YH9FEDhhF5OIYYBzHP4hPm6AgqG/IDhAuiqf/F9eQIDAQAB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wondering about adding publickey to the repo, is there any specific reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is publicly known and accessible information. This key is used to verify the signature of the incoming JWT tokens that it was generated by the right provider.
Description
This PR introduces the CDOGS Helm Chart with optional fluent-bit sidecar support as well as the associated Github Action to begin automating chart releases.
SHOWCASE-3398
Types of changes
New feature (non-breaking change which adds functionality)
Checklist
v*.api-spec.yaml
documentation (if appropriate)Further comments
Note that Jenkins is now flipped off as of this PR.