Skip to content
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

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft

Update Action for GAP v2 #688

wants to merge 17 commits into from

Conversation

chainchad
Copy link
Contributor

No description provided.

Copy link
Contributor Author

@chainchad chainchad Nov 1, 2024

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
Copy link
Contributor Author

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"
Copy link
Contributor Author

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
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suggested change
uses: actions/github-script@v7.0.1
uses: actions/github-script@v7

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.

2 participants