Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
api: ${{ secrets.CF_API }}
client_id: setup-cf
grant_type: client_credentials
jwt: ${{ secrets.JWT }} # can be omitted when using GitHub id token
org: test
space: dev
- name: run cf command
Expand All @@ -125,6 +126,8 @@ jobs:

### Setting up UAA for GitHub Authentication

The GitHub ID token can either be used for JWT Bearer Token Grant or Client Credentials.

#### Prerequisites
- UAA version 77.20.4 or higher
- Administrative access to UAA
Expand Down Expand Up @@ -251,4 +254,4 @@ npm run build

## License

This project is licensed under the MIT License - see the LICENSE file for details.
This project is licensed under the MIT License - see the LICENSE file for details.