mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Remove social oauth (Azure, Github, Google) (#15549)
Remove social oauth (Azure, Github, Google) Co-authored-by: jessicamack <jmack@redhat.com>
This commit is contained in:
committed by
jessicamack
parent
2c2694ce89
commit
bcd006f1a5
@@ -15,7 +15,7 @@ If necessary, credentials and encrypted settings can be extracted using the AWX
|
||||
$ awx-manage shell_plus
|
||||
>>> from awx.main.utils import decrypt_field
|
||||
>>> print(decrypt_field(Credential.objects.get(name="my private key"), "ssh_key_data")) # Example for a credential
|
||||
>>> print(decrypt_field(Setting.objects.get(key='SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET'), 'value')) # Example for a setting
|
||||
>>> print(decrypt_field(Setting.objects.get(key='SOCIAL_AUTH_OIDC_SECRET'), 'value')) # Example for a setting
|
||||
```
|
||||
|
||||
If you are running a kubernetes based deployment, you can execute awx-manage like this:
|
||||
|
||||
Reference in New Issue
Block a user