-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update Action for GAP v2 #688
base: main
Are you sure you want to change the base?
Conversation
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.
Need to determine which CA this is. We'll need to make sure we have CA's added which will let us trust all upstream endpoints, especially for K8s.
|
||
- name: Argocd login | ||
if: inputs.use-argocd == 'true' | ||
- name: Test kubectl |
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.
Should probably completely remove this step.
--log-failed-requests $DUPLICATE_AUTH_HEADER_FLAG | ||
# Copy AWS CA certs | ||
cp ${{ github.action_path }}/aws-ca.crt "${PATH_CERTS_DIR}" | ||
chmod 644 "${PATH_CERTS_DIR}/server.key" |
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.
Do we need to set this to 644?
- name: Get GH JWT Token | ||
if: inputs.use-k8s == 'true' | ||
id: get-jwt-token | ||
uses: actions/github-script@v7.0.1 |
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.
uses: actions/github-script@v7.0.1 | |
uses: actions/github-script@v7 |
No description provided.